Skip to content

Instantly share code, notes, and snippets.

@bangonkali
Last active November 18, 2019 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bangonkali/ab353bdd555fc27047cffb276dea5983 to your computer and use it in GitHub Desktop.
Save bangonkali/ab353bdd555fc27047cffb276dea5983 to your computer and use it in GitHub Desktop.
Current installation options:
default host triple: x86_64-apple-darwin
default toolchain: stable
profile: default
modify PATH variable: yes
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
>1
info: profile set to 'default'
info: syncing channel updates for 'stable-x86_64-apple-darwin'
info: latest update on 2019-11-07, rust version 1.39.0 (4560ea788 2019-11-04)
info: downloading component 'cargo'
3.7 MiB / 3.7 MiB (100 %) 698.3 KiB/s in 4s ETA: 0s
info: downloading component 'clippy'
info: downloading component 'rust-docs'
11.8 MiB / 11.8 MiB (100 %) 2.4 MiB/s in 5s ETA: 0s
info: downloading component 'rust-std'
173.7 MiB / 173.7 MiB (100 %) 2.0 MiB/s in 1m 26s ETA: 0s
info: downloading component 'rustc'
60.2 MiB / 60.2 MiB (100 %) 2.1 MiB/s in 28s ETA: 0s
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
11.8 MiB / 11.8 MiB (100 %) 7.1 MiB/s in 1s ETA: 0s
info: installing component 'rust-std'
173.7 MiB / 173.7 MiB (100 %) 26.4 MiB/s in 6s ETA: 0s
info: installing component 'rustc'
60.2 MiB / 60.2 MiB (100 %) 12.5 MiB/s in 4s ETA: 0s
info: installing component 'rustfmt'
info: default toolchain set to 'stable'
stable installed - rustc 1.39.0 (4560ea788 2019-11-04)
Rust is installed now. Great!
To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
environment variable. Next time you log in this will be done
automatically.
To configure your current shell run source $HOME/.cargo/env
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:
/Users/gilmichael/.cargo/bin
This can be modified with the CARGO_HOME environment variable.
Rustup metadata and toolchains will be installed into the Rustup
home directory, located at:
/Users/gilmichael/.rustup
This can be modified with the RUSTUP_HOME environment variable.
This path will then be added to your PATH environment variable by
modifying the profile files located at:
/Users/gilmichael/.profile
/Users/gilmichael/.zprofile
You can uninstall at any time with rustup self uninstall and
these changes will be reverted.
Current installation options:
default host triple: x86_64-apple-darwin
default toolchain: stable
profile: default
modify PATH variable: yes
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment