Last active
February 19, 2016 17:28
-
-
Save chemzqm/3077d160708fc086a962 to your computer and use it in GitHub Desktop.
fix pip3 not works on OSX EL Captain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this would fix the error like: [Errno 1] Operation not permitted: '/bin/vint' | |
# file should be ~/.pydistutils.cfg | |
# use homebrew to install python/python3 | |
# see also http://stackoverflow.com/questions/33004708/osx-el-capitan-sudo-pip-install-oserror-errno-1-operation-not-permitted | |
[install] | |
prefix=/usr/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment