twingly/boxes

Bump Python

Closed this issue · 1 comments

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.

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.