Guest User

Untitled

a guest
Jul 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $ cd my_app
  2. $ lore python # launch python in my_app's virtualenv
  3. $ lore pip # my_app's pip
  4. $ lore console # my_app's ipython (installed in virtualenv)
  5. $ lore notebook # my_app's jupyter notebook
  6. $ lore lab # my_app's jupyter lab
  7. $ lore exec # execute anything in my_app's virtualenv/bin/
  8. $ lore env # see what else is in there
  9. $ lore test # you do have unit tests, don't you?
Add Comment
Please, Sign In to add comment