ユーザ用ツール

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
xxenv [2025/06/03 05:37] – [pyenv] arakixxenv [2025/06/03 05:38] (現在) – [goenv] araki
行 125: 行 125:
 言うまでもなく、gitから直接インストールする。 言うまでもなく、gitから直接インストールする。
  
-<code>+<code bash>
 $ git clone https://github.com/syndbg/goenv.git ~/.goenv $ git clone https://github.com/syndbg/goenv.git ~/.goenv
 </code> </code>
行 131: 行 131:
 ~/.bashrcへも変更を行う。 ~/.bashrcへも変更を行う。
  
-<code>+<code bash>
 if [ -d ${HOME}/.goenv ]; then if [ -d ${HOME}/.goenv ]; then
   export GOENV_ROOT=${HOME}/.goenv   export GOENV_ROOT=${HOME}/.goenv
行 142: 行 142:
 あとは、ビルドしてバージョンを設定する。 あとは、ビルドしてバージョンを設定する。
  
-<code>+<code bash>
 $ goenv install 1.16.0 $ goenv install 1.16.0
 $ goenv global 1.16.0 $ goenv global 1.16.0
 </code> </code>

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information