Skip to content

Instantly share code, notes, and snippets.

@masayang
Created December 8, 2012 22:34
Show Gist options
  • Save masayang/4242303 to your computer and use it in GitHub Desktop.
Save masayang/4242303 to your computer and use it in GitHub Desktop.
Preparing python boto/fabric environment for Bootcamp
#! /bin/sh
sudo yum -y install emacs git gcc make python-devel
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python
sudo pip install virtualenvwrapper
. virtualenvwrapper.sh
mkvirtualenv bootcamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment