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.
Created on 2007年09月06日 22:06 by dripton, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg55714 - (view) | Author: David Ripton (dripton) | Date: 2007年09月06日 22:06 | |
Gentoo Linux, x86, Python 3.0a I did a vanilla "./configure; make; make test; make altinstall" build. The following files were created in /usr/local/bin: -rwxr-xr-x 1 root root 18036 Sep 6 17:49 smtpd.py -rwxr-xr-x 1 root root 81 Sep 6 17:49 pydoc -rwxr-xr-x 1 root root 96 Sep 6 17:49 idle -rwxr-xr-x 1 root root 3644316 Sep 6 17:58 python3.0 -rwxr-xr-x 1 root root 1401 Sep 6 17:59 python3.0-config As intended, altinstall does not create /usr/local/bin/python, so "python" is still the pre-existing python2.5. However, other binaries are installed as though /usr/local/bin/python were created, so they don't work. dripton@al ~ $ pydoc bash: /usr/local/bin/pydoc: /usr/local/bin/python: bad interpreter: No such file or directory dripton@al ~ $ idle bash: /usr/local/bin/idle: /usr/local/bin/python: bad interpreter: No such file or directory dripton@al ~ $ smtpd.py bash: /usr/local/bin/smtpd.py: /usr/local/bin/python: bad interpreter: No such file or directory Suggest that "make altinstall" should not put anything in the bin directory except pythonX.Y and pythonX.Y-config, which are "safe" because of the embedded version numbers. Another option would be installing those other binaries but with fixed shebang lines. |
|||
| msg55862 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2007年09月12日 19:29 | |
Fixed in rev. 58125, should be merged to 3k shortly. Thanks! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:26 | admin | set | github: 45461 |
| 2009年04月06日 10:49:23 | ajaksu2 | link | issue1590 dependencies |
| 2007年09月12日 19:29:48 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg55862 nosy: + georg.brandl |
| 2007年09月06日 22:06:50 | dripton | create | |