내 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
sudo curl https://bootstrap.pypa.io/ez_setup.py -o - | python – Berendschot