Ubuntu 18.10 ships with python 3.6.7, here is how to install python 3.7 and configure it as the default version of python Before getting started, run the following command to see what version of python3 you are running. python3 -VPython 3.6.7 NOTE: Some comments below have warned that using update-alternatives to switch from python 3.6 …
The post How to upgrade to python 3.7 on ubuntu 18.10 appeared first on jcutrer.com.