Closed ktdreyer closed 3 years ago
In Fedora 31+, python means python3. https://fedoraproject.org/wiki/Changes/Python_means_Python3
python
python3
On these platforms, we need to use the print() function in order to properly assign the VERSION variable.
print()
VERSION
In Fedora 31+,
python
meanspython3
. https://fedoraproject.org/wiki/Changes/Python_means_Python3On these platforms, we need to use the
print()
function in order to properly assign theVERSION
variable.