Skip to content

Instantly share code, notes, and snippets.

@TheML9I
Created September 20, 2017 22:35
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 TheML9I/11a695eb1d6ba95e9fe7fb4ad974a0ea to your computer and use it in GitHub Desktop.
Save TheML9I/11a695eb1d6ba95e9fe7fb4ad974a0ea to your computer and use it in GitHub Desktop.
Fix for python.exe
export p=/Users/$(whoami)/.pyenv/versions/2.7.6
sed -i -e "s~python.exe~${p}/bin/python2.7~g" "$p/lib/python2.7/_sysconfigdata.py"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment