You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you get a mysterious error: no default toolchain configured, make sure you define $RUSTUP_HOME, eg:
export RUSTUP_HOME=$HOME/.rustup
this was the root cause of brew install ripgrep failing with error: no default toolchain configured even though rust was properly installed, because brew redefines HOME during installation: see https://github.com/Linuxbrew/homebrew-core/pull/1762