I'm new to Python. I need to install "Virtualenv" but I don't can't figure out h开发者_JAVA百科ow it works and how to install it.
I have downloaded and uncompress virtualenv-1.5.2. What sould be my next step?
Best Regards,
Inside the uncompressed virtualenv directory run
python setup.py install
You should also learn about easy_install and pip for Python package installation.
Just install ActivePython, it already includes virtualenv, easy_install, pip and PyPM.
精彩评论