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,187 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
A command line utility to display dependency tree of the installed Python packages
-
Updated
Apr 18, 2021 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
Jun 2, 2021 - Python
[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
-
Updated
Apr 21, 2020 - Python
-
Updated
Jun 3, 2021 - Python
-
Updated
Jun 6, 2021 - Python
- brew formula
- .pkg file
- rpm package
- binary
- .exe
-
Updated
Jun 14, 2021 - JavaScript
Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
-
Updated
Oct 7, 2017 - Python
A Python library for detecting patterns and anomalies in massive datasets using the Matrix Profile
-
Updated
Apr 25, 2020 - Python
Versatile Video Player implementation for iOS, macOS, and tvOS
-
Updated
Mar 29, 2021 - Swift
Update the packages in a requirements.txt file.
-
Updated
May 15, 2021 - Python
pipupgrade --verbose (0|1|2..) for info, warning, error, etc.
基于AVPlayer封装的视频播放器,功能丰富,快速集成,可定制性强,支持react-native。
-
Updated
Nov 16, 2020 - Swift
Prebuilt binary with Tensorflow Lite enabled (native build). For RaspberryPi / Jetson Nano. And, solved Tensorflow issues #15062,#21574,#21855,#23082,#25120,#25748,#29617,#29704,#30359. Support for custom operations in MediaPipe.
-
Updated
May 28, 2021 - Shell
An interactive pip requirements upgrader. It also updates the version in your requirements.txt file.
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 17, 2021 - Python
Python port of underscore.js
-
Updated
Feb 14, 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