Answers for "python change version to 3.7 macos"

9

mac upgrade python to 3.8

brew install python3
brew update && brew upgrade python
alias python=/usr/local/bin/python3
Posted by: Guest on May-14-2020

Code answers related to "python change version to 3.7 macos"

Python Answers by Framework

Browse Popular Code Answers by Language