Closed Mark-Joy closed 2 years ago
Why is this necessary? What would be the point of doing this?
I would like to use some simple customized pip
features.
So what I want to do is: generate get-pip.py
from my local modified source or local wheel, host it on github/other host. wget and install when needed.
Rather convenient feature, isn't it?
I don’t think there’s much use of that feature for anyone else, especially not for pip maintainers. I don’t think adapting the generation logic that sits in this repository, to do what you want to, has much value for the people who maintain pip (who are the primary audience for the generation logic).
You’re welcome to fork this repository and modify the generate.py script to fit your needs. You’re already doing that for pip.
Supposed I had a locally clone
pip
project, did some changes on the source code. Now, I want to generate get-pip.py from it. It would be great ifgenerate. py
can support this feature. Thank you.