Closed Blueyzachary closed 4 years ago
If other versions of python are preinstalled, the python command may use other versions that are not supported, but the python3.8 command ensures python support.
It would be better to set an environment variable.
This change is not necessary since docker installs python within the container, not on the system.
Closing this issue.
If other versions of python are preinstalled, the python command may use other versions that are not supported, but the python3.8 command ensures python support.