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,327 public repositories matching this topic...
What's the problem this feature will solve?
Since pip freeze generates constraints in the form of " @ " and pip subsequently understands that format, it seems to me that the documentation at https://pip.pypa.io/en/stable/topics/vcs-support/ should describe that format in addition to the "#egg=" format.
Since the "…@…" format is what pip gener
-
Updated
Nov 3, 2021 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
Aug 21, 2021 - Python
-
Updated
Apr 21, 2020 - Python
-
Updated
Oct 26, 2021 - Python
-
Updated
Oct 8, 2021 - Python
This is a Good First Issue to fix the following typos
./video_to_ascii/cli.py:8: usefull ==> useful
./video_to_ascii/render_strategy/ascii_strategy.py:72: correcly ==> correctly
./video_to_ascii/render_strategy/ascii_strategy.py:72: builded ==> built
./video_to_ascii/render_strategy/image_processor.py:1: usefull ==> useful
./video_to_ascii/render_strategy/image_processor.py:14: apropia
-
Updated
Oct 28, 2021 - JavaScript
-
Updated
Oct 7, 2017 - Python
-
Updated
Apr 25, 2020 - Python
-
Updated
Sep 19, 2021 - Swift
-
Updated
Jul 5, 2021 - Python
pipupgrade --verbose (0|1|2..) for info, warning, error, etc.
-
Updated
Jun 26, 2021 - Swift
-
Updated
Nov 2, 2021 - Shell
-
Updated
Jul 19, 2021 - Python
-
Updated
Oct 28, 2021 - Python
yolov4 support
@fcakyon I have trained and YOLOV4 model using AlexyAB's repo and I have generated a weight file for my custom dataset which was sliced using your repo. Now I want to check the test results for predicted YOLOV4 results. How can I integrate YOLOV4 weight file to your test folder so that I can use the YOLOV4 like you have used the YOLOV5 model which was from from ultralytics repo.
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