dazfuller
Databricks Partner

I've done this before using a custom docker image, but even then the runtime itself continues to use the version of python 3 which is installed as part of the OS. The easiest way to get to a newer version is to use a newer runtime. If you're sticking with LTS releases then you could jump to the 9.1 LTS release which uses Python 3.8.8

View solution in original post