简体   繁体   English

如何安装Python Virtualenv?

[英]How to install Python Virtualenv?

I'm new to Python. 我是Python的新手。 I need to install "Virtualenv" but I don't can't figure out how it works and how to install it. 我需要安装“Virtualenv”,但我不知道它是如何工作的以及如何安装它。

I have downloaded and uncompress virtualenv-1.5.2. 我已下载并解压缩virtualenv-1.5.2。 What sould be my next step? 我的下一步应该是什么?

Best Regards, 最好的祝福,

Inside the uncompressed virtualenv directory run 在未压缩的virtualenv目录中运行

python setup.py install python setup.py安装

You should also learn about easy_install and pip for Python package installation. 您还应该了解有关Python包安装的easy_install和pip。

只需安装ActivePython ,它就已经包含了virtualenv,easy_install,pip和PyPM。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM