Change by Sankar :
--
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue39405>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Sankar :
Is it possible to provide the relative path as a --prefix during configure?
I want to compile a python as a distributive package, so using an absolute path
won't help. It should have a relative path like "../../Python".
The compiled python
New submission from Kirit Sankar Gupta :
./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exi