Rust

By siteadministrator, 13 6月, 2020

MacにRustの環境をセットアップ

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

1) Proceed with installation (default)
2) Customize installation
3) Cancel installation

Defaultでインストールする。(と言うか、カスタムの目的がわからない。)

Rust is installed now. Great!

パスを通す

source $HOME/.cargo/env

インストールされたツールを確認する。

タグ