Skip to content

Instantly share code, notes, and snippets.

@borntyping
Created January 14, 2014 09:38
Show Gist options
  • Save borntyping/8415722 to your computer and use it in GitHub Desktop.
Save borntyping/8415722 to your computer and use it in GitHub Desktop.
Python bootstrap
sudo aptitude install python-pip python-setuptools
sudo pip2 install -U setuptools pip virtualenv tox
sudo aptitude remove python-pip python-setuptools
sudo aptitude install python3 python3-pip python3-setuptools
sudo pip3 install -U setuptools pip virtualenv tox
sudo aptitude remove python3-pip python3-setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment