Rust Permission denied (os error 13)
安装 Rust 命令
curl --proto ‘=https’ --tlsv1.2 https://sh.rustup.rs -sSf | sh
出现的 读写权限问题
使用
- curl --proto ‘=https’ --tlsv1.2 -sSf https://sh.rustup.rs | bash -s – -y --no-modify-path
- source “$HOME/.cargo/env”
解决
最后
rustc --version 查看版本