开发者

How to install Python Virtualenv?

开发者 https://www.devze.com 2023-02-19 16:48 出处:网络
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'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

精彩评论

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