gpt4 book ai didi

python - 无法在 linux 上安装 python 设置工具

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:08:48 26 4
gpt4 key购买 nike

我从我在 centos 上下载的设置工具发出以下命令:

python2.7 ez_setup.py install

我收到以下错误:

Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-6.0.2.zip
Extracting in /tmp/tmp8x3qjd
Now working in /tmp/tmp8x3qjd/setuptools-6.0.2
Installing Setuptools
running install
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

[Errno 13] Permission denied: '/usr/local/lib/python2.7/site-packages/test-easy-install-23056.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

/usr/local/lib/python2.7/site-packages/

Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

https://pythonhosted.org/setuptools/easy_install.html

Please make the appropriate changes for your system and try again.

Something went wrong during the installation.
See the error message above.

如果像这样使用sudo:

python2.7 ez_setup.py install

它说找不到 python2.7 命令。

我做错了什么?

最佳答案

您最好的选择是执行类似 sudo $(which python2.7) ez_setup.py install 的操作。 哪个 将在您的当前 用户的${PATH} 变量中找到该程序。

了解为什么 python2.7 不在 root 的路径中也是需要调查的。

关于python - 无法在 linux 上安装 python 设置工具,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26263972/

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