Opened at 2011-05-12T05:42:44Z
Last modified at 2016-03-26T21:37:02Z
#1403 closed defect
"sudo python setup.py install" makes requires.txt unreadable except root — at Initial Version
Reported by: | socrates1024 | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | packaging | Version: | 1.8.1 |
Keywords: | setuptools install unix | Cc: | |
Launchpad Bug: |
Description
Right after python setup.py build and sudo python setup.py install, running $ tahoe gives this error: https://gist.github.com/967983
I checked, and the file is in fact unreadable -rw------- 1 root staff 208 2011-05-12 01:22 /usr/local/lib/python2.6/dist-packages/allmydata_tahoe-1.8.1-py2.6.egg-info/requires.txt
Running standalone, with bin/tahoe works just fine
Note: See
TracTickets for help on using
tickets.