Skip to content

Instantly share code, notes, and snippets.

View wilmersondasilva's full-sized avatar

Wilmerson da Silva wilmersondasilva

  • Fortaleza
View GitHub Profile
@wilmersondasilva
wilmersondasilva / gist:2ecbc083570651c7119e
Created January 29, 2016 04:50 — forked from Bouke/gist:11261620
Multiple Python installations on OS X

Previous versions used homebrew to install the various versions. As suggested in the comments, it's better to use pyenv instead. If you are looking for the previous version of this document, see the revision history.

$ brew update
$ brew install pyenv
$ pyenv install 3.5.0
$ pyenv install 3.4.3
$ pyenv install 3.3.6
$ pyenv install 3.2.6
$ pyenv install 2.7.10

$ pyenv install 2.6.9