FS#22806 - [python3] python3 should be a symlink to python3.1?
Attached to Project:
Arch Linux
Opened by Adrian Benson (abenson) - Monday, 07 February 2011, 22:50 GMT
Last edited by Allan McRae (Allan) - Monday, 07 February 2011, 23:48 GMT
Opened by Adrian Benson (abenson) - Monday, 07 February 2011, 22:50 GMT
Last edited by Allan McRae (Allan) - Monday, 07 February 2011, 23:48 GMT
|
Details
python3 is installed as a standalone binary, rather than
being a symlink to python3.1
Not sure if this is deliberate, but it is different to how python-config is handled i.e. a house-keeping issue for next python release diff shows files are identical >> ls -l /usr/bin/pyth* lrwxrwxrwx 1 root root 7 Jan 29 09:02 /usr/bin/python -> python3* lrwxrwxrwx 1 root root 9 Jan 7 00:46 /usr/bin/python2 -> python2.7* -rwxr-xr-x 1 root root 4656 Jan 7 00:46 /usr/bin/python2.7* -rwxr-xr-x 1 root root 1618 Jan 7 00:46 /usr/bin/python2.7-config* lrwxrwxrwx 1 root root 16 Jan 7 00:46 /usr/bin/python2-config -> python2.7-config* -rwxr-xr-x 2 root root 6680 Jan 29 09:02 /usr/bin/python3* -rwxr-xr-x 2 root root 6680 Jan 29 09:02 /usr/bin/python3.1* -rwxr-xr-x 1 root root 1395 Jan 29 09:02 /usr/bin/python3.1-config* lrwxrwxrwx 1 root root 16 Jan 29 09:02 /usr/bin/python3-config -> python3.1-config* lrwxrwxrwx 1 root root 14 Jan 29 09:02 /usr/bin/python-config -> python3-config* |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 07 February 2011, 23:48 GMT
Reason for closing: Not a bug
Additional comments about closing: Hard-link...
Monday, 07 February 2011, 23:48 GMT
Reason for closing: Not a bug
Additional comments about closing: Hard-link...