rustup.sh icon indicating copy to clipboard operation
rustup.sh copied to clipboard

The rustup.sh script for installing Rust from release channels

Results 30 rustup.sh issues
Sort by recently updated
recently updated
newest added

Since the `arm-linux-gnueabihf` target will fail a `cargo build --target=arm-unknown-linux-gnueabihf` without an appropriate linker, I think the linker should be automatically checked / included in the target install.

``` $ ./rustup-init error: it looks like you have an existing installation of Rust at: error: /usr/bin error: rustup cannot be installed alongside Rust. Please uninstall first error: if this...

I am not sure where I should report this, but The Book https://doc.rust-lang.org/book/getting-started.html#installing-rust says to install rust as: ``` curl https://sh.rustup.rs -sSf | sh ``` But, sh.rustup.rs has wrong ssl...

 db48x  ~  sh rustup.sh info: downloading installer % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9500k 100...

The official website says the current nightly is 1.15 but 1.14 is downloaded when using the script.

``` PS C:\Users\geemili\learn\pong> rustup target remove stable-i686-pc-windows-gnu error: toolchain 'nightly-x86_64-pc-windows-gnu' does not contain component 'rust-std' for target 'stable-i686-pc-windows-gnu' info: backtrace: stack backtrace: 0: 0x71ac03 - 1: 0x42750c - 2: 0x43d554...

Fixes failures on slow or unstable network connections.

I want to install rust in a Dockerfile in a way that is reproducible, and future proof. The `apt install rustc` is too old, so I'm trying rustup. I was...

When I'm trying to follow [instructions and install Rust](https://doc.rust-lang.org/book/getting-started.html#installing-on-linux-or-mac) I see the error that scares me: ``` gpg: assuming signed data in '/home/coder/.rustup/dl/be644b01552c9dba7a05/rust-1.11.0-x86_64-unknown-linux-gnu.tar.gz' gpg: Signature made Tue 16 Aug 2016...

Just installed Rust and see that all files with documentation have executable bit. Why installers did it? I'm on Fedora 22 if it matters.