Develop/study

WSL에서 Rust 설치

freetome 2024. 1. 25. 12:16

WSL에서는 curl사용하면 인증서 문제 때문에 curl로 설치가 어렵다.

 

curl https://sh.rustup.rs -sSf | sh -s -- --help

 

apt install rustc cargo

  그냥 패키지로 설치.

반응형