brew install python3.7 code example
Example 1: brew install python 3.7
brew install [email protected]
Example 2: command to install python3.6 on mac os
$ brew switch python 3.6.5_1
Example 3: brew install pip python3
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Example 4: command to install python3.6 on mac os
$ brew switch python 3.7.4_1