Last active
October 14, 2018 17:34
-
-
Save montanalow/7fc4d2d86f0ba5fc6e58654ba58feb7d to your computer and use it in GitHub Desktop.
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
$ 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