Fix Python Symlink on MacOS

?
S
Bash

MacOS use Python 3.8 instead of 2.7

1Create the symlink to latest version
2
3 ln -s -f /usr/local/bin/python3.8 /usr/local/bin/python
4Close and open a new terminal
5
6and try
7
8 python --version

Created on 7/4/2020