gpt4 book ai didi

python - 在系统范围内安装 pip 和 virtualenv 的官方 "preferred"方式是什么?

转载 作者:IT老高 更新时间:2023-10-28 21:11:03 26 4
gpt4 key购买 nike

这是人们最常推荐的吗:

$ sudo apt-get install python-setuptools
$ sudo easy_install pip
$ sudo pip install virtualenv

或者这个,我从 http://www.pip-installer.org/en/latest/installing.html 得到的:

$ curl -O https://github.com/pypa/virtualenv/raw/master/virtualenv.py
$ python virtualenv.py my_new_env
$ . my_new_env/bin/activate
(my_new_env)$ pip install ...

还是完全不同的东西?

最佳答案

如果您可以安装最新的 Python(2.7.9 及更高版本),Pip 现在已与它捆绑在一起。见:https://docs.python.org/2.7//installing/index.html
如果不是:
更新(来自发行说明):

Beginning with v1.5.1, pip does not require setuptools prior to running get-pip.py. Additionally, if setuptools (or distribute) is not already installed, get-pip.py will install setuptools for you.

我现在运行常规:

curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | sudo python

以下是官方安装说明: http://pip.readthedocs.org/en/latest/installing.html#install-pip

2013 年 7 月 25 日编辑:
更改了 setuptools 安装的 URL。

2014 年 2 月 10 日编辑:
删除了 setuptools 安装(感谢@Ciantic)

2014 年 6 月 26 日编辑:
再次更新网址(感谢@LarsH)

2015 年 3 月 1 日编辑:
Pip 现在与 Python 捆绑在一起

关于python - 在系统范围内安装 pip 和 virtualenv 的官方 "preferred"方式是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5585875/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com