【发布时间】:2013-08-30 23:47:57
【问题描述】:
我需要安装一些 python 依赖项。为此,我想在我的 Mac 上安装 setuptools-0.6c11-py2.7.egg (md5)。我从这里下载了 egg 文件:https://pypi.python.org/pypi/setuptools/0.6c11。然后我尝试通过终端安装:
sh setuptools-0.6c11-py2.7.egg
但我收到一条错误消息:“无法在安装目录中创建或删除文件” (见这里:https://docs.google.com/file/d/0B6GUNg-8d30vblZhYnV3TjZwbDA/edit?usp=sharing)。我应该尝试另一个目录继续吗?
【问题讨论】:
标签: python macos setuptools