Last active
September 22, 2016 21:19
-
-
Save bmwant/787e07293102f7e077a7b87263011f42 to your computer and use it in GitHub Desktop.
highlight code
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
vagrant up | |
vagrant ssh | |
cd workspace | |
virtualenv venv | |
source venv/bin/activate | |
python my_script.py | |
deactivate | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment