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,230 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
Jul 31, 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_PACKAGES
is set, pipenv always recreate new virtualenv on each invoke of pipenv even if it is not apipenv install
command.Expected result
pipenv run
orpipenv shell
should use existing virtualenv instead of creating a new one.PIPENV_SITE_PACKAGES
should only affectpipenv install
command.Actual