我想在我的Mac上設置easy_install。 但我收到以下錯誤。setuptools easy_install mac error
Installing Setuptools running install Checking .pth file support in /Library/Python/2.7/site-packages/ 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: '/Library/Python/2.7/site-packages/test-easy-install-789.pth'
The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was:
/Library/Python/2.7/site-packages/
你運行什麼命令序列? (即你安裝easy_install的方式是什麼?) – damienfrancois 2014-11-03 10:38:10
sudo curl https://bootstrap.pypa.io/ez_setup.py -o - | python – Berendschot 2014-11-03 10:43:24