ターミナルでの操作手順
1 homebrewをインストールする。
2 brew install go
3 go version
インストールバージョンの確認
4 echo $GOPATH でパスが通っている先を確認
5 出てこない場合パスを編集
vim source ~/.zshrc
export GOPATH=$HOME/.go を追加
6 source ~/.zshrc パスファイルを更新
echo $GOPATH 出てくることを確認
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme