Skip to content

Instantly share code, notes, and snippets.

@masayang
Created March 9, 2013 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masayang/5123295 to your computer and use it in GitHub Desktop.
Save masayang/5123295 to your computer and use it in GitHub Desktop.
MrJob設置手順・環境切り替え
# 設置手順
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