Created
March 9, 2013 07:19
-
-
Save masayang/5123295 to your computer and use it in GitHub Desktop.
MrJob設置手順・環境切り替え
This file contains 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
# 設置手順 | |
source virtualenvwrapper.sh | |
mkvirtualenv mrjob | |
pip install mrjob | |
# MrJob環境の開放 | |
deactivate | |
#MrJob環境への切り替え | |
workon mrjob |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment