gpt4 book ai didi

python - pip 安装 : upgrade a library in/usr without sudo

转载 作者:行者123 更新时间:2023-11-28 19:21:10 25 4
gpt4 key购买 nike

python-six安装在/usr下,我需要升级它,但是我没有root权限。

我知道如何在没有 root 权限的情况下安装库:

pip install --install-option="--prefix=$HOME/.local" six

我知道如何使用 root 权限升级库:

pip install --upgrade six

但是当我尝试这样升级库时:

pip install --upgrade --install-option="--prefix=$HOME/.local" six

我得到:

Downloading/unpacking six from https://pypi.python.org/packages/source/s/six/six-1.7.3.tar.gz#md5=784c6e5541c3c4952de9c0a966a0a80b
Running setup.py egg_info for package six

no previously-included directories found matching 'documentation/_build'
Installing collected packages: six
Found existing installation: six 1.2.0
Uninstalling six:
Exception:
OSError: [Errno 13] Permission denied: '/usr/share/pyshared/six-1.2.0.egg-info'

那么,如何在不使用 sudo 的情况下升级 six

最佳答案

为此 - 我建议在虚拟环境中工作:

http://docs.python-guide.org/en/latest/dev/virtualenvs/

然后您将完全控制您的模块,而无需为 sudo 窃听系统管理员

HTH 的感谢//P

免责声明 - 涉及更多 pip 工作 ;-)

关于python - pip 安装 : upgrade a library in/usr without sudo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24653398/

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