我试图让 python-connect-mysql 模块运行,但是当我python setup.py install
在我的命令 shell 上执行时,我收到以下错误:
[Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test -easy-install-2259.write-test'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/Library/Python/2.7/site-packages/
我已经安装了 Python 3.2,需要安装到 /Library/Python/3.2/site-packages/
我查看了很多解决方案,但对命令 shell 不太了解。我尝试了以下方法来编辑我的 bash_profile 并收到一条错误消息,指出该文件不存在:
sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit ~/.bash_profile
然后我尝试了:touch ~/.bash_profile
但我到达那里后不知道该怎么做——我阅读的博客有非常粗略的说明——所以我点击退出,它让我退出了。
这似乎是我下载第三方软件包的最大障碍。我sudo /Applications/TextEdit.app...
再次尝试了该方法,以查看终端是否允许我打开 bash_profile,因为我已触摸它并收到一条错误消息,提示我无权打开文件。有人可以帮忙吗?我快疯了!