As discussed in https://www.python.org/doc/sunset-python-2/, Python 2 is already in end-of-life, and in many Linux distributions, the command python refers to Python 3 instead (e.g. Fedora).
- In
README.md, the command python is better to be changed to python2 or python2.7.
- In the long term, maybe it is better to update OMSI to run on Python 3.
As discussed in https://www.python.org/doc/sunset-python-2/, Python 2 is already in end-of-life, and in many Linux distributions, the command
pythonrefers to Python 3 instead (e.g. Fedora).README.md, the commandpythonis better to be changed topython2orpython2.7.