This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schmir
Recipients schmir, sirdude
Date 2008-03-14.17:21:34
SpamBayes Score 0.08735493
Marked as misclassified No
Message-id <1205515296.42.0.95200784505.issue871747@psf.upfronthosting.co.za>
In-reply-to
Content
this works now:
$ ./configure --prefix ~/soft/ --exec-prefix ~/soft/deb3
...
~/release25-maint/ ~/soft/deb3/bin/python                          
ralf@red 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.
History
Date User Action Args
2008-03-14 17:21:36schmirsetspambayes_score: 0.0873549 -> 0.08735493
recipients: + schmir, sirdude
2008-03-14 17:21:36schmirsetspambayes_score: 0.0873549 -> 0.0873549
messageid: <1205515296.42.0.95200784505.issue871747@psf.upfronthosting.co.za>
2008-03-14 17:21:35schmirlinkissue871747 messages
2008-03-14 17:21:34schmircreate