https://github.com/sbidoul/pip-launcher
Download and run pip in the current python environment without installing it.
https://github.com/sbidoul/pip-launcher
packaging pip python
Last synced: about 2 months ago
JSON representation
Download and run pip in the current python environment without installing it.
- Host: GitHub
- URL: https://github.com/sbidoul/pip-launcher
- Owner: sbidoul
- License: mit
- Created: 2022-07-16T12:09:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T10:12:25.000Z (over 2 years ago)
- Last Synced: 2025-02-10T11:33:43.710Z (4 months ago)
- Topics: packaging, pip, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pip-launcher
⚠️ This is alpha stuff, things may change without notice. ⚠️
Download and run `pip` in the current python environment without installing it.
This script downloads the latest supported pip version in a cache directory.
It then runs pip in the python environment that was used to lauch
it, alleviating the need to install pip in the target python environment.To force dowloading the latest supported pip version, run the script with a single
`upgrade-pip` argument.This script works with python 2.7 and 3.5+.
Created by Stéphane Bidoul, based on an idea by Paul Moore
(https://github.com/pypa/pip/issues/11243)