-
Python people should I symlink /usr/bin/python to /usr/bin/python3? Alpine 3.16 has (rightly) totally dropped Python2, but there are still things out there that expect a python binary on the path.
-
I know python3 is not 100% compatible, but is the miss match better than failing to try?