Skip to content

Instantly share code, notes, and snippets.

@avicoder
Created March 27, 2017 07:43
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 avicoder/61df8adeac2becdf2b53179521d250e4 to your computer and use it in GitHub Desktop.
Save avicoder/61df8adeac2becdf2b53179521d250e4 to your computer and use it in GitHub Desktop.
Compile python source code on mac - Commands
curl -OL http://www.python.org/ftp/python/2.7.11/Python-2.7.11.tgz
tar xzvf Python-2.7.11.tgz
cd Python-2.7.11
./configure --prefix=/usr/local --enable-shared
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment