Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew version is outdated #11

Open
marcomc opened this issue Sep 27, 2020 · 3 comments
Open

Homebrew version is outdated #11

marcomc opened this issue Sep 27, 2020 · 3 comments

Comments

@marcomc
Copy link
Contributor

marcomc commented Sep 27, 2020

brew is installing version 1.0.26 which correspond to the latest tag but do not correspond to the latest master.
1.0.26 is not compatible with Python3, the latest master is.

it would require a version tagging for the current master and updating brew.

thanks

@MilanDeruelle
Copy link

MilanDeruelle commented Jan 18, 2022

Could this be done? The brew version does not support internet accounts and the missing python3 support is pretty inconvenient if you switched your osx to python3 as default. @clintmod

@sciencetaco
Copy link

brew edit clintmod/formulas/macprefs

add:

head do
url "https://github.com/clintmod/macprefs.git", branch: "master"
end

then brew install --HEAD macprefs and maybe brew link --overwrite macprefs

should result in a working homebrew install of macprefs.

@gwayne9955
Copy link

@sciencetaco Thank you so much! I had to run
brew unlink macprefs then brew install --HEAD macprefs instead and its working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants