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
Rustup metadata and toolchains will be installed into the Rustup
home directory, located at:
/Users/daniloassis/.rustup
This can be modified with the RUSTUP_HOME environment variable.
The Cargo home directory located at:
/Users/daniloassis/.cargo
This can be modified with the CARGO_HOME environment variable.
The cargo, rustc, rustup and other commands will be added to
Cargo's bin directory, located at: /Users/daniloassis/.cargo/binThis path will then be added to your PATH environment variable bymodifying the profile files located at: /Users/daniloassis/.profile /Users/daniloassis/.bash_profile /Users/daniloassis/.bashrc /Users/daniloassis/.zshenvYou can uninstall at any time with rustup self uninstall andthese changes will be reverted.
I had problems installing by curl
so I installed from home brew
then, after I check the cargo version and it was missing with the error error: no default toolchain configured
installing
error: no default toolchain configured
cargo --version
works normallyThe text was updated successfully, but these errors were encountered: