get-pip icon indicating copy to clipboard operation
get-pip copied to clipboard

How to store pip under /usr/local/lib

Open avoutsas67 opened this issue 3 years ago • 3 comments

Hello,

When running get-pip.py pip in Ubuntu 18.04 pip installed under .local/bin and .local/lib. Is there a way to install pip under /usr/local/bin and /usr/local/lib?

Apologies that I raised an issue to ask a question.

Many thanks for your support Achilleas

avoutsas67 avatar Aug 19 '22 06:08 avoutsas67

I would also like to know how to do this as it would be nice to have pip available globally.

FrankAllotta avatar Aug 22 '22 16:08 FrankAllotta

Yes, it's a good question. I want to install pip globally not only in personal's .local.

Yb2S3Man avatar Jun 09 '23 04:06 Yb2S3Man

@avoutsas67 Hi! get-pip.py doesn't control where the bin scripts for installed packages end up - that's something that will be controlled by your Python distributions configuration (in your case, presumably the Python provided by Ubuntu).

As such, I don't think your issue is related to this repository.

edmorley avatar Apr 14 '24 14:04 edmorley