Skip to content

Instantly share code, notes, and snippets.

@bmwant
Last active September 22, 2016 21:19
Show Gist options
  • Save bmwant/787e07293102f7e077a7b87263011f42 to your computer and use it in GitHub Desktop.
Save bmwant/787e07293102f7e077a7b87263011f42 to your computer and use it in GitHub Desktop.
highlight code
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