I’m starting python in the world, but I come from PHP and I’m used to the composer to manage my project dependencies.
In django I’m installing my project dependencies with easy_install. but my question is this: if the environment where I will run my project does not have these dependencies, there is some tool that allows me to easily handle with dependencies
Best things is to use pip and virualenv
see here http://www.saltycrane.com/blog/2009/05/notes-using-pip-and-virtualenv-django/
Then your all problems will be solved