Created
July 20, 2013 16:24
-
-
Save ivanlei/6045619 to your computer and use it in GitHub Desktop.
Install the python package mrjob from source
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
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