tfenvのインストール方法

centos7で検証済み

tfenvをインストールするにはpyenvが必要ということで
https://qiita.com/ksugawara61/items/ba9a51ebfdaf8d1a1b48
を見てインストール後
$ pyenv --version
でバージョンを確認
git clone https://github.com/tfutils/tfenv.git ~/.tfenv
echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
で完了

この記事が気に入ったらサポートをしてみませんか?