Published
- 1 min read
alias python in macbook
The solution for this is noted below
alias python in macbook
Solution
open -e ~/.zshrc
// add
alias python="python3"
// Save and restart console
Try other methods by searching on the site. That is if this doesn’t work