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
I get this error when trying to install rustup on a system with RHEL 6.4:
[root@host1 tools]# curl http://sh.rustup.rs -sSf | sh
info: downloading installer
Welcome to Rust!
This will download and install the official compiler for the Rust
programming language, and its package manager, Cargo.
It will add the `cargo`, `rustc`, `rustup` and other commands to
Cargo's bin directory, located at:/root/.cargo/binThis path will then be added to your `PATH` environment variable bymodifying the profile file located at:/root/.profileYou can uninstall at any time with `rustup self uninstall` andthese changes will be reverted.WARNING: This is an early beta. Expect breakage.To cancel installation, type "n", or for more options type "a",then press the Enter key to continue.Press the Enter key to install Rust.error: toolchain 'stable' is not installedrustup: command failed: /tmp/tmp.Shgx7riysA/rustup-init
Any clues?
The text was updated successfully, but these errors were encountered:
mhristache
changed the title
Issues on old servers due to use of Let's Encrypt as CA
Fail to install rustup with: toolchain 'stable' is not installed
Apr 24, 2016
I get this error when trying to install rustup on a system with RHEL 6.4:
Any clues?
The text was updated successfully, but these errors were encountered: