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
# 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 |