By default, pipenv installs Python Dependencies in a Virtual Environment, in order to install dependencies system wide, we can use the following command -
pipenv
$ pipenv install --system $ pipenv install --system --dev
Source: Pipenv Docsarrow-up-right
Last updated 1 year ago