Ralf Schmitt <[EMAIL PROTECTED]> added the comment: this works now: $ ./configure --prefix ~/soft/ --exec-prefix ~/soft/deb3 ... ~/release25-maint/ ~/soft/deb3/bin/python [EMAIL PROTECTED] ok Python 2.5.3a0 (release25-maint, Mar 14 2008, 18:19:57) [GCC 4.2.3 (Debian 4.2.3-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.prefix '/home/ralf/soft' >>> sys.exec_prefix '/home/ralf/soft/deb3'
please close this issue. ---------- nosy: +schmir ____________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue871747> ____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com