Homebrew Installation Requires Python@2
JustinJiaDev opened this issue · 3 comments
JustinJiaDev commented
According to the README, looks like Python 3 should be supported. Maybe Python 2 requirement can dropped.
earwig commented
Yup, it's python-version-agnostic. I'll see about updating the brew package.
JustinJiaDev commented
According to the formula cookbook, it looks like the formula just need to be changed from:
depends_on "python@2"
to:
depends_on :python
But I didn't test it myself so I'm not 100% sure.
earwig commented
I believe you are correct; somehow this fell off my radar and I forgot to do it, even though it's a very easy change. For what it's worth, anyone is allowed to send PRs for homebrew (I'm not even the original author of that formula), so feel free to do it yourself after testing!