Home:ALL Converter>Python, upgrade python version/ change to older python version

Python, upgrade python version/ change to older python version

Ask Time:2020-03-13T00:22:36         Author:

Json Formatter

I have a project I worked on with another machine, which had python 3.5 up to python 3.8.

I got a new computer so when I installed python it was to version 3.8

my project is running python 3.6.

my question is, how can update the project interpreter to support python 3.8 or how can change my python version to 3.6

When trying to install python 3.6:

$ sudo apt install python3.6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'python3.6-2to3' for regex 'python3.6'
Note, selecting 'libpython3.6-stdlib' for regex 'python3.6'
0 upgraded, 0 newly installed, 0 to remove and 207 not upgraded.
$ python3.6

Command 'python3.6' not found, did you mean:
....

Author:,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60658143/python-upgrade-python-version-change-to-older-python-version
yy