Skip to content

Instantly share code, notes, and snippets.

@naokits
Created August 7, 2013 07:07
Show Gist options
  • Select an option

  • Save naokits/6171850 to your computer and use it in GitHub Desktop.

Select an option

Save naokits/6171850 to your computer and use it in GitHub Desktop.
memo for Pythonz
% curl -kL https://raw.github.com/saghul/pythonz/master/pythonz-install | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2596 100 2596 0 0 349 0 0:00:07 0:00:07 --:--:-- 372
Downloading https://github.com/saghul/pythonz/tarball/master
######################################################################## 100.0%
Extracting /Users/naokits/.pythonz/dists/pythonz-latest.tar.gz
Installing pythonz into /Users/naokits/.pythonz
Well-done! Congratulations!
The pythonz is installed as:
/Users/naokits/.pythonz
Please add the following line to the end of your ~/.bashrc
[[ -s $HOME/.pythonz/etc/bashrc ]] && source $HOME/.pythonz/etc/bashrc
After that, exit this shell, start a new one, and install some fresh
pythons:
pythonz install 2.7.2
pythonz install 3.2
For further instructions, run:
pythonz help
The default help messages will popup and tell you what to do!
Enjoy pythonz at /Users/naokits/.pythonz!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment