Skip to content

Instantly share code, notes, and snippets.

@gladson
Created April 17, 2013 07:22
Show Gist options
  • Save gladson/5402395 to your computer and use it in GitHub Desktop.
Save gladson/5402395 to your computer and use it in GitHub Desktop.
Modo Easy - Install Python https://github.com/utahta/pythonbrew
$ python -V
Python 2.6.6
$ curl -kL https://raw.github.com/utahta/pythonbrew/master/pythonbrew-install | bash
$ . $HOME/.pythonbrew/etc/bashrc
$ pythonbrew install 2.7.3
$ pythonbrew switch 2.7.3
Switched to Python-2.7.3
$ python -V
Python 2.7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment