Pipenv

From NovaOrdis Knowledge Base
Revision as of 04:31, 11 January 2022 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

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>