Created
December 8, 2012 22:34
-
-
Save masayang/4242303 to your computer and use it in GitHub Desktop.
Preparing python boto/fabric environment for Bootcamp
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
#! /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