다음에 앞서서 asdf 설치가 되어야합니다
2022.04.06 - [Dev/Basic] - Mac ASDF 설치 (Homebrew)
설치가 되었으면 다음 과정을 따라합니다
# rust plugin 설치
$ asdf plugin-add rust https://github.com/code-lever/asdf-rust.git
# rust 설치
$ asdf install rust 1.59.0
# asdf 확인
$ asdf list rust
# rust 등록
$ asdf global rust 1.59.0
# rust 버전 확인
$ rustc --version
$ cargo --version
# asdf current
$ asdf current
'Dev > 환경세팅' 카테고리의 다른 글
[Mac] Elixir 설치 (asdf) (0) | 2022.05.15 |
---|---|
[Mac] Erlang 설치 (asdf) (0) | 2022.05.15 |
[Mac] GoLang 설치 (asdf) (0) | 2022.05.15 |
[Mac] Node 설치 (asdf) (0) | 2022.05.15 |
[Mac] Python 설치 (asdf) (0) | 2022.05.15 |