22 Nov
2019
22 Nov
'19
8:53 a.m.
Seems that if you only have python3 installed in Fedora31 this is *not* the case.
# python --version Python 3.7.5 # /usr/bin/python --version Python 3.7.5 # ls -l /usr/bin/python lrwxrwxrwx. 1 root root 9 Nov 18 00:57 /usr/bin/python -> ./python3
See https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedorapro... and https://fedoraproject.org/wiki/Changes/RetirePython2#The_python27_package
"there is no /usr/bin/python"
So the two distros are quite divergent in their approach apparently?
In Fedora 31, if I have a script with the following shebang: #!/usr/bin/python3 will it not work? Nathan