> 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@xxxxxxxxxxxxxxxxxxxxxxx/thread/NFMFRKHLPUEDXSADCNXJ2N5YHK2JG3PB/ > 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 _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx