インストール
1 2 3 |
git clone https://github.com/tfutils/tfenv.git ~/.tfenv <span class="nb">echo</span> <span class="s1">'export PATH="$HOME/.tfenv/bin:$PATH"'</span> <span class="o">>></span> ~/.bash_profile <span class="nb">source</span> ~/.bash_profile |
指定したバージョンをインストール
1 |
tfenv list-remote |
1 2 |
tfenv <span class="nb">install </span>0.12.26 tfenv use 0.12.26 |
1 2 |
yuta@DESKTOP-V36210S:~/AWS_Teraform_Demo$ tfenv list * 0.12.26 (set by /home/yuta/.tfenv/version) |