我正在尝试在我没有 root 访问权限的 linux 机器上安装 settuptools。我已经创建了虚拟 python。
dgomez:~/download> which python
/home/dgomez/bin/python
当我执行以下操作时,出现错误:
/home/dgomez/bin/python ez_setup.py
Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
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 2] No such file or directory: '/usr/local/lib/python2.7/site-packages/test-easy-install-8816.pth'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/usr/local/lib/python2.7/site-packages/
This directory does not currently exist. Please create it and try again, or
choose a different installation directory (using the -d or --install-dir
选项)。
我想知道如何解决这个问题。我在其他论坛中看到用户通过创建目录来修复它,但在我的情况下,我没有 root 访问权限,因为我无法创建目录。谢谢
更新
我跑了蟒蛇
ez_setup.py --install-dir=/home/dgomez/lib/python2.7/site-packages/
卜仍然得到一个错误:
You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from. The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/home/dgomez/lib/python2.7/site-packages/
and your PYTHONPATH environment variable currently contains:
''