Skip to content

Instantly share code, notes, and snippets.

@iamwrm
Created January 31, 2017 08:20
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 iamwrm/cf1bbfd1237d6e22cf75e5aefb7c4586 to your computer and use it in GitHub Desktop.
Save iamwrm/cf1bbfd1237d6e22cf75e5aefb7c4586 to your computer and use it in GitHub Desktop.
homebrew

brew update brew upgrade python3 brew clean

6) Install python

brew install python --framework --universal

Notes

You may need to specify the http proxy.

http_proxy=http://<proxyhost>:<proxyport>  brew install foo

1) Update X11

Current stable version is 2.7.5. Get it here: http://xquartz.macosforge.org/trac/wiki.

2) Homebrew updates

Probably everything's out of date, too.

brew update
brew outdated
brew upgrade

brew cleanup -s   #getting rid of old junk

Important: Remove /usr/local/share/python from your PATH.

3) Install Python3 if you want.

brew install python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment