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

Bump Python #38

Closed
dentarg opened this issue May 21, 2023 · 1 comment · Fixed by #41
Closed

Bump Python #38

dentarg opened this issue May 21, 2023 · 1 comment · Fixed by #41

Comments

@dentarg
Copy link
Contributor

dentarg commented May 21, 2023

pkg_add -z "python%3.8"

This actually installs Python 3.9 now in 7.2.


It still installs Python 3.8 in 7.1 but that package (python-3.8.13p0) does not add the /usr/local/bin/python3 symlink, only /usr/local/bin/python3.8, not sure if we can do anything about or if it is up to consumers of the box to handle.

@dentarg
Copy link
Contributor Author

dentarg commented May 21, 2023

It still installs Python 3.8 in 7.1 but that package (python-3.8.13p0) does not add the /usr/local/bin/python3 symlink, only /usr/local/bin/python3.8, not sure if we can do anything about or if it is up to consumers of the box to handle.

Not saying we need to fix it for 7.1 but thinking this situation can happen for future versions too. It is pretty easy to adjust for to it for consumers of the box though.

dentarg added a commit to Starkast/boxes that referenced this issue Nov 12, 2023
Use the python3 the meta package.

Python 3.8 has reached EoL ("active support"): https://endoflife.date/python

Close twingly#38
dentarg added a commit to Starkast/boxes that referenced this issue Nov 12, 2023
Use the python3 the meta package.

Python 3.8 has reached EoL ("active support"): https://endoflife.date/python

Close twingly#38
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

Successfully merging a pull request may close this issue.

1 participant