pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
755 stars 297 forks source link

Less invasively detect presence of installed setuptools and wheel. #140

Closed jaraco closed 2 years ago

jaraco commented 2 years ago

Also includes a refactor to avoid interacting booleans and rewriting variables and using argparse for parsing out known args.

pradyunsg commented 2 years ago

You need to modify the templates: https://github.com/pypa/get-pip/blob/main/templates/default.py

Running nox -s generate after modifying the templates will create the scripts correctly.