While I had tested that the Docker image compiled, I didn't actually check what happens when you RUN choose_python.sh, rather than just setting it as the ENTRYPOINT.
At the moment, it returns "neither /usr/bin/python3.8 nor /opt/cp38/bin/python3.8 found". This PR fixes that.
Follow up to #32
While I had tested that the Docker image compiled, I didn't actually check what happens when you RUN choose_python.sh, rather than just setting it as the ENTRYPOINT.
At the moment, it returns "neither /usr/bin/python3.8 nor /opt/cp38/bin/python3.8 found". This PR fixes that.