pypa / get-pip

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

get-pip overwrites python/bin #221

Open ra4529 opened 1 month ago

ra4529 commented 1 month ago

I'm trying to get pip installed in python/bin but when I use --target /python it replaces the python/bin directory with the pip install rather than installing into the existing python directory.

If I set the install path to python/bin it creates another bin thus python/bin/bin.

How can I get it to install into but not replace python/bin?

Thanks