> pip install --user virtualenv
>
> It will wind up in $HOME/.local/lib/python2.7/site-packages (or similar) I
> believe.
Skip, thanks, that worked for virtualenv.
I'll now try sudo for Speechrecognition.
--
https://mail.python.org/mailman/listinfo/python-list
> > pip install --user virtualenv
> >
> > It will wind up in $HOME/.local/lib/python2.7/site-packages (or similar) I
> > believe.
Michael, Skip,
I've noticed that Python is in the highest level of the drive,
HDD/Library/Python as opposed to usr/Library. Does that present a problem?
Also noti
Michael,
I tried installing virtual env but got similar permissions error:
IOError: [Errno 13] Permission denied:
'/Library/Python/2.7/site-packages/virtualenv.py'
--
https://mail.python.org/mailman/listinfo/python-list
Thanks Michael,
I think I was confusing Virtual Environment (VE) with IDE.
Probably best if I get to grips with virtualenv to start with since I can't
complete installations at present and VE appears to offer best solution.
--
https://mail.python.org/mailman/listinfo/python-list
Anton, Thanks for the detailed response. I will look into virtualenv and
others. Please excuse beginner's question, but is Xcode of any use in this type
of situation?
--
https://mail.python.org/mailman/listinfo/python-list
trying to install SpeechRecognition for Python results in error:
running install_lib
creating /Library/Python/2.7/site-packages/speech_recognition
error: could not create
'/Library/Python/2.7/site-packages/speech_recognition': Permission denied
Any advice on how to fix?
Follow informat