开发者

How to install Python Virtualenv?

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜