pip
https://github.com/pypa/pip
Python
The Python package installer
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported96 Subscribers
View all SubscribersAdd a CodeTriage badge to pip
Help out
- Issues
- `pip config --user unset` errors b/c of ambiguous reference to/inconsistent precedence of user configs (`~/.pip/pip.conf` & `~/.config/pip/pip.conf`)
- Implement documented --force-keyring
- After instally python as a user (no root access) get-pip.py installs pip and pip3 in ~/.local/bin but hardcodes the shebang to /usr/local/python
- Warn users that `pip download` can run arbitrary code
- On install, add a pep517 backend agnostic and documented option to set a build directory
- Logging errors while installing dependencies automatically
- `pip uninstall -y <pkg>` should warn when an extra file will not be removed
- Update optimizer for lib versions and backuper for optimal and last working requirements
- Install hangs when installing local package from root directory
- `--keyring-provider` does not work with `build-system.requires`
- Docs
- Python not yet supported