installation location
Closed this issue · 1 comments
zzzgit commented
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
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
).