Message223389
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. |
|
Date |
User |
Action |
Args |
2014-07-17 22:56:41 | ned.deily | set | recipients:
+ ned.deily, loewis, terry.reedy, BreamoreBoy, cosmicduck |
2014-07-17 22:56:41 | ned.deily | set | messageid: <1405637801.26.0.63590681592.issue18320@psf.upfronthosting.co.za> |
2014-07-17 22:56:41 | ned.deily | link | issue18320 messages |
2014-07-17 22:56:41 | ned.deily | create | |
|