Advanced installation options

A few other commands with the rustup.sh script are as follows. These commands are not necessary for common usage. The following commands are advanced commands that are not usually used by developers at an early stage of Rust development.

  1. Install to a particular location:
      rustup.sh prefix=my/install/dir
  1. Save the download for faster reinstallation:
      rustup.sh save
  1. Install nightly:
      rustup.sh channel=nightly
  1. Install nightly archives:
      rustup.sh --channel=nightly date=2015-04-09
  1. Install the explicit versions:
      rustup.sh --revision=1.0.0-beta

These commands help with the installation of a particular build, unstable releases, and version-controlled component installation.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.249.198