[issue9674] make install DESTDIR=/ fails

aj report at bugs.python.org
Wed Aug 25 02:14:02 CEST 2010


aj <mailtome200420032002 at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9674>
_______________________________________


More information about the Python-bugs-list mailing list