Skip to content

pipenv

  • Pipfile: A file that specifies the dependencies to be available in the virtual environment
  • Dependencies are installed to your home directory per virtual environment
  • ~/.local/share/virtualenvs/<myenv-xyz>
  • This is mostly deprecated and not used for new projects