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 mailtome
Recipients eric.araujo, mailtome, tarek
Date 2010-08-25.00:13:59
SpamBayes Score 1.061923e-07
Marked as misclassified No
Message-id <1282695242.11.0.404767613558.issue9674@psf.upfronthosting.co.za>
In-reply-to
Content
I ran
./configure --prefix=/
make
make install DESTDIR=/home/blah 
The installation tries to install at /lib/python2.6 which fails because I am not root. It should not try to install anything at / because I specified DESTDIR as /home/blah.
History
Date User Action Args
2010-08-25 00:14:02mailtomesetrecipients: + mailtome, tarek, eric.araujo
2010-08-25 00:14:02mailtomesetmessageid: <1282695242.11.0.404767613558.issue9674@psf.upfronthosting.co.za>
2010-08-25 00:14:00mailtomelinkissue9674 messages
2010-08-25 00:13:59mailtomecreate