Virtualenv with distribute
I am just curious.. why is creating a virtualenv using distribute is better than using default setuptools?
Thanks! Great job!
Sorry You must be a logged in, registered user to answer a question.
Answers
Distribute is kind of taking over setuptools (they're actually merging but, IIRC, setuptools is contributing less to the final product than distribute is) so this is a bit of future preparation.