进入官网vim
https://www.rust-lang.org/zh-CN/learn/get-startedbash
安装curl
curl https://sh.rustup.rs -sSf | sh
安装成功会出现 url
Rust is installed now. Great!
以后配置环境,spa
vim ~/.bashrc
在最后加入code
export PATH=$PATH:/home/lybccc/.caogo/bin export PATH=$PATH:/home/lybccc/.cargo/env
以后reboot就能够了blog
输入rustc --version和cargo查看是否安装成功
以后碰到缺啥再补充get