rustup-show

Show installed Rust toolchains and active version

TLDR

Show installed toolchains
$ rustup show
Show active toolchain
$ rustup show active-toolchain
Show home directory
$ rustup show home
Show installation profile
$ rustup show profile

SYNOPSIS

rustup show [command]

DESCRIPTION

rustup show displays rustup installation information. Shows installed toolchains, active toolchain, and configured settings. Default command shows comprehensive overview.

PARAMETERS

active-toolchain

Currently active toolchain.
home
Rustup home directory.
profile
Default installation profile.

INSTALL

sudo apt install rustup
sudo dnf install rustup
sudo pacman -S rustup
sudo zypper install rustup
brew install rustup
nix profile install nixpkgs#rustup

SEE ALSO

rustup(1), rustup-default(1)