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 996 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
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in data_dir()).
Wouldn't it make sense to add an if for Windows based on %APPDATA% or %LOCALAPPDATA%, before resorting to globally installing appdirs?
-
Updated
Nov 28, 2020 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Oct 23, 2020 - Python
-
Updated
Nov 30, 2020 - Python
- brew formula
- .pkg file
- rpm package
- binary
- .exe
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Oct 7, 2017 - Python
-
Updated
Apr 25, 2020 - Python
-
Updated
Nov 18, 2020 - Swift
-
Updated
Dec 20, 2019 - Python
-
Updated
Nov 16, 2020 - Swift
-
Updated
Nov 18, 2020 - Python
-
Updated
Sep 27, 2020 - Shell
-
Updated
Aug 18, 2019 - Python
-
Updated
Nov 22, 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