Skip to content

Instantly share code, notes, and snippets.

@ivanlei
Created July 20, 2013 16:24
Show Gist options
  • Save ivanlei/6045619 to your computer and use it in GitHub Desktop.
Save ivanlei/6045619 to your computer and use it in GitHub Desktop.
Install the python package mrjob from source
sudo apt-get update
sudo apt-get install -y git-core python-pip python-dev build-essential
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv
sudo pip install boto
sudo pip install simplejson
sudo git clone https://github.com/Yelp/mrjob.git
pushd mrjob
sudo python setup.py install
popd
#rm -rf mrjob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment