Quote:
Originally Posted by NiLuJe
@mobusr: Huh. Is the python2.7 symlink actually there and sane, or is it broken?
|
Code:
[root@kindle root]# ls -al /usr/bin/python*
lrwxrwxrwx 1 root root 28 Apr 2 21:37 /usr/bin/python -> /mnt/us/python/bin/python2.7
lrwxrwxrwx 1 root root 28 Apr 2 21:37 /usr/bin/python2 -> /mnt/us/python/bin/python2.7
lrwxrwxrwx 1 root root 28 Apr 2 21:37 /usr/bin/python2.7 -> /mnt/us/python/bin/python2.7
[root@kindle root]# which python
[root@kindle root]# which python2.7
[root@kindle root]# which python2
[root@kindle root]#