Answers for "how to use python 3.8 on mac"

5

which python mac

$ brew update && brew upgrade python
Posted by: Guest on September-23-2020
0

use python as python3 zsh

# Go into your .zshrc file. Is there a line that reads:
alias python='python3'
Posted by: Guest on August-04-2020

Python Answers by Framework

Browse Popular Code Answers by Language