Issue 1197883: Installation path sent to configure (original) (raw)

Issue1197883

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:11 admin set github: 41964
2005-05-08 22:56:35 sonderblade create