Homebrew won't pour bottles on Big Sur 11.1 Beta #165
-
Can someone please confirm this issue and/or propose a workaround? This seems related to the product versioning scheme Apple is using on Big Sur. Thansk!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We don't provide support for pre-release software. Try and see if you can fix the issues in |
Beta Was this translation helpful? Give feedback.
-
So here's the workaround I've tried and it works. Edit file:
and change the following line:
into:
So that Homebrew thinks you are on Big Sur 11.0. You can revert the change when Big Sur 11.1 stable is released. |
Beta Was this translation helpful? Give feedback.
So here's the workaround I've tried and it works.
Edit file:
/usr/local/Homebrew/Library/Homebrew/brew.sh
and change the following line:
HOMEBREW_MACOS_VERSION="$(/usr/bin/sw_vers -productVersion)"
into:
HOMEBREW_MACOS_VERSION="11.0" #"$(/usr/bin/sw_vers -productVersion)"
So that Homebrew thinks you are on Big Sur 11.0. You can revert the change when Big Sur 11.1 stable is released.