multi-build / docker-images

BSD 2-Clause "Simplified" License
1 stars 9 forks source link

Check for Python in /usr/local/bin #33

Closed radarhere closed 2 years ago

radarhere commented 2 years ago

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.

mattip commented 2 years ago

Thanks @radarhere