Skip to content

Commit

Permalink
Merge pull request #53 from hiroxto/add-tfenv
Browse files Browse the repository at this point in the history
anyenvでのインストールにtfenvを追加
  • Loading branch information
hiroxto committed Nov 24, 2023
2 parents 232c888 + 71bae8a commit 9fdb39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/install-anyenv.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ ! -e ${ANYENV_DEFINITION_ROOT} ];then
fi

echo "Install envs"
for envname in rbenv phpenv pyenv nodenv; do
for envname in rbenv phpenv pyenv nodenv tfenv; do
echo "Install ${envname}"
envname_dir="${ANYENV_DIR}/envs/${envname}"

Expand Down

0 comments on commit 9fdb39f

Please sign in to comment.