Please follow the guide step by step
1.Remove the old Rust,you can skip this step if you havn’t installed Rust.
sudo apt-get remove rustc
2.Install the Rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
3.Try sourcing the environment configuration file with the following command:
source "$HOME/.cargo/env"
4.Verify the version
rustup --version
2071

被折叠的 条评论
为什么被折叠?



