Re: [PATCH 3/3] docker: Use pyenv for Python versions

2019-09-08 Thread Stephen Finucane
On Tue, 2019-09-03 at 18:03 +0100, Stephen Finucane wrote: > This is slightly slower to initially configure but requires less hacking > to get the same environment and should be a lot more maintainable (just > a simple modification to change the Python version). > > Signed-off-by: Stephen

[PATCH 3/3] docker: Use pyenv for Python versions

2019-09-03 Thread Stephen Finucane
This is slightly slower to initially configure but requires less hacking to get the same environment and should be a lot more maintainable (just a simple modification to change the Python version). Signed-off-by: Stephen Finucane --- tools/docker/Dockerfile| 79