Skip to content

Instantly share code, notes, and snippets.

@carlkibler
Last active September 26, 2015 18:28
Show Gist options
  • Save carlkibler/1140655 to your computer and use it in GitHub Desktop.
Save carlkibler/1140655 to your computer and use it in GitHub Desktop.
basic ubuntu setup
# install some useful basics
sudo apt-get -y install git git-gui git-doc git-cvs git-svn
sudo apt-get -y install subversion cvs vim tmux openssh-server curl
sudo apt-get -y install htop dos2unix
sudo apt-get -y install build-essential libssl-dev
# install python packages
sudo apt-get -y install python-2.7 python-setuptools python-dev build-essential
curl -O https://github.com/pypa/pip/raw/master/contrib/get-pip.py && sudo python get-pip.py
sudo pip install --upgrade pip
sudo pip install --upgrade simplejson
sudo pip install --upgrade fabric
curl -s https://github.com/brainsik/virtualenv-burrito/raw/master/virtualenv-burrito.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment