You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than something spewing out a traceback ending in something like
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/pip'
We should test if we can install things first, and then attempt to give some advice.
We could check for permissions to site-packages at least; and we have full control of this for wheels.
The text was updated successfully, but these errors were encountered:
Ivoz
changed the title
Give a friendly error message when we don't file permissions to install
Give a friendly error message when we don't have file permissions to install
May 10, 2014
Rather than something spewing out a traceback ending in something like
We should test if we can install things first, and then attempt to give some advice.
We could check for permissions to
site-packages
at least; and we have full control of this for wheels.The text was updated successfully, but these errors were encountered: