We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the rustup.rs wiki!
if you get a mysterious error: no default toolchain configured, make sure you define $RUSTUP_HOME, eg:
no default toolchain configured
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
brew install ripgrep
error: no default toolchain configured