Skip to content

Instantly share code, notes, and snippets.

@chemzqm
Last active February 19, 2016 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chemzqm/3077d160708fc086a962 to your computer and use it in GitHub Desktop.
Save chemzqm/3077d160708fc086a962 to your computer and use it in GitHub Desktop.
fix pip3 not works on OSX EL Captain
# 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