This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Chris.Barker
Recipients Chris.Barker, ronaldoussoren
Date 2012-10-16.23:09:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350428962.56.0.21849680877.issue16256@psf.upfronthosting.co.za>
In-reply-to
Content
I just tried to "pip install ipython" and got:

error: could not create
'/Library/Frameworks/Python.framework/Versions/2.7/share/doc/ipython':
Permission denied

indeed:

$ ls -l /Library/Frameworks/Python.framework/Versions/2.7/share/
total 0
drwxr-xr-x  3 root  admin  102 Oct 11 09:14 doc
drwxrwxr-x  3 root  admin  102 Jun 11  2011 man

which looks like the doc dir should have the same perms as the man dir.

we might want to clen up that tiny nugget in future builds.
History
Date User Action Args
2012-10-16 23:09:22Chris.Barkersetrecipients: + Chris.Barker, ronaldoussoren
2012-10-16 23:09:22Chris.Barkersetmessageid: <1350428962.56.0.21849680877.issue16256@psf.upfronthosting.co.za>
2012-10-16 23:09:22Chris.Barkerlinkissue16256 messages
2012-10-16 23:09:22Chris.Barkercreate