Martin v. Löwis <mar...@v.loewis.de> added the comment:

There are some minor errors indeed: the syntax for PATH and PYTHONPATH is wrong 
(don't use quotes (") in the middle of the value). Also, putting site-packages 
into PYTHONPATH should not be necessary.

I think the main cause might be the incorrect --prefix argument. Don't use 
"~/PythonInstall", but "$HOME/PythonInstall". Also, when I try this, I get

configure: error: expected an absolute directory name for --prefix: 
~/PythonInstall

so you must have made something different (or you have used a shell different 
from bash), else you would have gotten the same error.

----------

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

Reply via email to