pip
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,228 public repositories matching this topic...
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
-
Updated
Apr 18, 2021 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
Jul 27, 2021 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Jun 3, 2021 - Python
-
Updated
Jun 6, 2021 - Python
- brew formula
- .pkg file
- rpm package
- binary
- .exe
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
Oct 7, 2017 - Python
-
Updated
Apr 25, 2020 - Python
-
Updated
Mar 29, 2021 - Swift
-
Updated
Jul 5, 2021 - Python
pipupgrade --verbose (0|1|2..) for info, warning, error, etc.
-
Updated
Jun 26, 2021 - Swift
-
Updated
Jul 29, 2021 - Shell
-
Updated
Jul 19, 2021 - Python
-
Updated
Jul 29, 2021 - Python
-
Updated
Jul 17, 2021 - Python
-
Updated
Dec 17, 2020 - C++
Created by Ian Bicking, Jannis Leidel
Released April 4, 2011
- Repository
- pypa/pip
- Website
- pip.pypa.io
- Wikipedia
- Wikipedia


Issue description
When the environment variable
PIPENV_SITE_PACKAGESis set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not apipenv installcommand.Expected result
pipenv runorpipenv shellshould use existing virtualenv instead of creating a new one.PIPENV_SITE_PACKAGESshould only affectpipenv installcommand.Actual