Pipenv
Jump to navigation
Jump to search
External
- https://pipenv.readthedocs.io/en/latest/
- https://github.com/pypa/pipenv
- https://realpython.com/pipenv-guide/
Internal
Overview
Pipenv is another Python package management tool, merging virtual environments and package management in a single tool. To run a Python program or a Python-driven tool from an environment managed by Pipenv, execute it prefixed with pipenv
:
pipenv run <some-command>