brew python 3.6 code example
Example 1: brew install python 3.7
brew install [email protected]
Example 2: brew install newest python
brew install python3
Example 3: install python 3.6
conda create -n myenv python=3.6 #to launch in Anaconda
brew install [email protected]
brew install python3
conda create -n myenv python=3.6 #to launch in Anaconda