Skip to content
#

pip

pip logo

pip is a de facto standard package-management system used to install and manage software packages written in Python. Many packages can be found in the default source for packages and their dependencies — Python Package Index (PyPI).

Here are 1,230 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

paddymul
paddymul commented Mar 29, 2019

What's the problem this feature will solve?
I want to use pip to download linux packages onto a mac.

I know that I need to use some combination of --platform, --python-version, --only-binary=:all:. but I don't know the proper values for these options.

Describe the solution you'd like
I would like the documentation from the command line tool to be clear, or the package docum

Created by Ian Bicking, Jannis Leidel

Released April 4, 2011

Repository
pypa/pip
Website
pip.pypa.io
Wikipedia
Wikipedia

Related Topics

package-manager python