Docker-Python3-Ubuntu icon indicating copy to clipboard operation
Docker-Python3-Ubuntu copied to clipboard

Dockerfile for image built off Ubuntu 20.04 containing Python 3.10 (3.6, 3.7, 3.8, 3.9) built from source

Results 2 Docker-Python3-Ubuntu issues
Sort by recently updated
recently updated
newest added

`pyenv` has already solved a lot of the things the [`install_python.sh`](https://github.com/matthewfeickert/Docker-Python3-Ubuntu/blob/d4424bc4c68c05a3bf6b135eeb4cd8ef18fddf9c/install_python.sh) script tries to take care of, so perhaps it is worth trying to use the `python-build` plugin to manage...

Without this fix, attempts to build on Windows systems cause `'\r': command not found` error, because of git's EOL management.