Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.9 #318

Closed
LinnaViljami opened this issue Aug 6, 2021 · 3 comments
Closed

Python 3.9 #318

LinnaViljami opened this issue Aug 6, 2021 · 3 comments
Milestone

Comments

@LinnaViljami
Copy link

I would need python3.9 support in my project. Currently there is no docker-image with python3.9 support

@CamJN
Copy link
Member

CamJN commented Aug 7, 2021

Python 3.8.2 is the latest provided by Ubuntu 20.04 Focal, it would be appreciated if a PR could be made to improve the python support in this project.

@mathieujobin
Copy link

looks like you need to add a ppa and you can install it, a few lines in your Dockerfile and you should be good

ref: https://linuxize.com/post/how-to-install-python-3-9-on-ubuntu-20-04/

@ajhodgson
Copy link
Contributor

#376 (not yet released) updated the provided python installation script to be able to install any supported version of Python from base or the Deadsnakes PPA, using the phusion/passenger-customizable image.

RUN /pd_build/python.sh 3.9

@CamJN CamJN added this to the 2.6.0 milestone Nov 20, 2023
@CamJN CamJN closed this as completed Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants