brew install python code example
Example 1: mac os install python 3
brew install python3
Example 2: brew install python 3.7
brew install python@3.7
Example 3: which python mac
$ brew update && brew upgrade python
Example 4: brew install pip
$ sudo pip install
Example 5: brew install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Example 6: mac why is python installed in usr and application
$ pyenv global 3.7.3
$ pyenv version
3.7.3 (set by /Users/mbbroberg/.pyenv/version)