Дилян Палаузов <dilyan.palau...@aegee.org> added the comment:

I want to compile and install python for a chrooted environment.  --prefix are 
the path within the chrooted-environment.  DESTDIR is the location of the root 
of the chrooted-environment.

When I glue DESTDIR with --prefix= (thus use no DESTDIR) this happens:

/lib/python3.10/_sysconfigdata__linux_x86_64-linux-gnu.py contains the value of 
--prefix.  When python is executed within the chrooted environment, this value 
is just wrong.

`strings python` also prints the value of --prefix.  Within the chrooted 
environment, that value is not correct.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46894>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to