Pipenv: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
=External=
* https://pipenv.readthedocs.io/en/latest/
* https://pipenv.readthedocs.io/en/latest/
* https://realpython.com/pipenv-guide/
=Internal=
=Internal=
* [[Python Package Managers#Package_Managers|Python Package Managers]]
* [[Python Package Managers#Package_Managers|Python Package Managers]]
=Overview=
=Overview=
Pipenv is another Python package management tool, merging [[#Python_Language#Environment|virtual environments]] and package management in a single tool.
Pipenv is another Python package management tool, merging [[#Python_Language#Environment|virtual environments]] and package management in a single tool.

Revision as of 03:59, 11 January 2022

External

Internal

Overview

Pipenv is another Python package management tool, merging virtual environments and package management in a single tool.