Skip to content

Instantly share code, notes, and snippets.

@montanalow
Last active October 14, 2018 17:34
Show Gist options
  • Save montanalow/7fc4d2d86f0ba5fc6e58654ba58feb7d to your computer and use it in GitHub Desktop.
Save montanalow/7fc4d2d86f0ba5fc6e58654ba58feb7d to your computer and use it in GitHub Desktop.
$ cd my_app
$ lore python # launch python in my_app's virtualenv
$ lore pip # my_app's pip
$ lore console # my_app's ipython (installed in virtualenv)
$ lore notebook # my_app's jupyter notebook
$ lore lab # my_app's jupyter lab
$ lore exec # execute anything in my_app's virtualenv/bin/
$ lore env # see what else is in there
$ lore test # you do have unit tests, don't you?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment