Is there a way to update my python version?

its 2.7.12 but i want to update it i have seen people using 3.7 and 3.8 but i cant figure it out

You need to use python3 rather than python in your start script or wherever you are calling python from.

1 Like

okay thank you!