Skip to content
#

virtualenv

Here are 543 public repositories matching this topic...

bachdx96
bachdx96 commented Nov 18, 2020

Issue description

When the environment variable PIPENV_SITE_PACKAGES is set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not a pipenv install command.

Expected result

  • pipenv run or pipenv shell should use existing virtualenv instead of creating a new one.
  • PIPENV_SITE_PACKAGES should only affect pipenv install command.

Actual

Improve this page

Add a description, image, and links to the virtualenv topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the virtualenv topic, visit your repo's landing page and select "manage topics."

Learn more