jjpaulo2 / pipconf

⚙ An easy to use Python's PIP configuration manager
https://jjpaulo2.github.io/pipconf/
BSD 2-Clause "Simplified" License
14 stars 1 forks source link

installation location #11

Closed zzzgit closed 1 year ago

zzzgit commented 1 year ago

Why is installed in /Users/me/Library/Python/3.7/lib/python/site-packages instead of /Library/Python/3.7/site-packages?

On MacOS.

jjpaulo2 commented 1 year ago

It doesn't look like a this project's issue.

I suggest you to read about pip installations, here:

Apparently, you had installed for your user (pip install --user).