-
Notifications
You must be signed in to change notification settings - Fork 888
Home
Timothee Cour edited this page Feb 10, 2017
·
2 revisions
Welcome to the rustup.rs wiki!
if you get a mysterious error: no default toolchain configured
, make sure you define $RUSTUP_HOME, eg:
export RUSTUP_HOME=$HOME/.multirust
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