Answers for "how to change python version 3.8 to 3.7"

2

upgrade python to 3.8

$ sudo apt update -y
$ sudo apt install python3.8
Posted by: Guest on March-23-2021
1

set python3 as default mac

# it is said not to do but I used it anyway, because of the conveniency
$ echo "alias python=/usr/local/bin/python3.7" >> ~/.zshrc
Posted by: Guest on September-23-2020

Code answers related to "how to change python version 3.8 to 3.7"

Python Answers by Framework

Browse Popular Code Answers by Language