Closed PureTryOut closed 1 year ago
python on most systems refers to Python 2, and on Python 3 only systems there doesn't exist a python at all in some cases (e.g. Alpine Linux). Instead make sure to always use Python 3 and be explicit about the version we require.
python
Thank you very much for your contribution! Apologies for taking so long to merge.
python
on most systems refers to Python 2, and on Python 3 only systems there doesn't exist apython
at all in some cases (e.g. Alpine Linux). Instead make sure to always use Python 3 and be explicit about the version we require.