-
-
Save kennethreitz/1069010 to your computer and use it in GitHub Desktop.
meh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -O - https://raw.github.com/gist/1069010/python.sh | sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update | |
apt-get upgrade --assume-yes | |
apt-get install build-essential --assume-yes | |
apt-get install python-dev --assume-yes | |
apt-get install python-pip --assume-yes | |
apt-get install python-distribute --assume-yes | |
apt-get install python-imaging --assume-yes | |
apt-get install python-software-properties --assume-yes | |
add-apt-repository ppa:fkrull/deadsnakes | |
apt-get update | |
apt-get install python2.4 --assume-yes | |
apt-get install python2.5 --assume-yes | |
apt-get install python2.7 --assume-yes | |
apt-get install python3.1 --assume-yes | |
pip install virtualenv | |
pip install virtualenvwrapper | |
pip install tox | |
pip install bpython | |
apt-get install rubygems --assume-yes | |
apt-get install git-core --assume-yes | |
apt-get install subversion --assume-yes | |
apt-get install curl --assume-yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
apt-get -y ?