[issue18320] python installation is broken if prefix is overridden on an install target

Ned Deily report at bugs.python.org
Fri Jul 18 00:56:41 CEST 2014


Ned Deily added the comment:

cosmicduck, the recommended and supported way to do this is by specifying the installation prefix at the configure step, not at the "make install" step:

  ./configure --prefix=${HOME}/scripts/tools/python/python-3.3.2
  make
  make install

If done this way, the installed scripts will have the correct shebang lines and Distutils will install properly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18320>
_______________________________________


More information about the Python-bugs-list mailing list