Hafis Alrafi

Setup Python Mac

2023-04-11

brew install python
// or
brew install python@3.11

echo "alias python=/usr/bin/python3" >> ~/.zshrc

alias python=python3

Restart terminal