Open bcg62 opened 6 years ago
I believe brew install python now installs python 3 leading to some confusion.
brew install python
ERROR: Package python would install 3.6.4, which does not match 2. Please set the package_name or package_version provider options.
brew install python2 should be used going forward.
brew install python2
I believe
brew install python
now installs python 3 leading to some confusion.ERROR: Package python would install 3.6.4, which does not match 2. Please set the package_name or package_version provider options.
brew install python2
should be used going forward.