poise / poise-python

A Chef cookbook to provide a unified interface for installing Python, managing Python packages, and creating virtualenvs.
Apache License 2.0
124 stars 108 forks source link

osx homebrew python package changes #104

Open bcg62 opened 6 years ago

bcg62 commented 6 years ago

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.