Skip to content

Instantly share code, notes, and snippets.

@tuanngominh
tuanngominh / pipenv.sh
Last active April 19, 2019 05:05
pipenv
# DEBUG --------------------
# remove all packages from virtualenv but keep the Pipfile unchanged
pipenv uninstall --all
# show the dependency from installed package in virtual env, not the package in Pipefile or Pipefile.lock
pipenv graph
# using iterm session log to store log to file
pipenv lock --verbose