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.

classification
Title: Installation path sent to configure
Type: Stage:
Components: Installation Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, sonderblade
Priority: normal Keywords:

Created on 2005-05-08 22:56 by sonderblade, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg25252 - (view) Author: Björn Lindqvist (sonderblade) Date: 2005-05-08 22:56
This is a minor problem but it makes some regression
tests that rely upon Python's installation path to fail.

$ ./configure --prefix=/opt/

All Python stuff will be installed with an extra '/'.
/opt//bin/python /opt//lib/python2.5 etc. Not good.
Configure or some other installation script should
recognise the redundant '/' and strip it.
msg25253 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-14 08:44
Duplicate of #1676135.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41964
2005-05-08 22:56:35sonderbladecreate