tidy output

This commit is contained in:
Andrejus
2020-02-26 17:11:28 +00:00
parent 4199ec7c35
commit c0214e73ad
8 changed files with 17 additions and 11 deletions

View File

@@ -20,7 +20,10 @@ if not_installed "pyenv"; then
run https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer bash
# Add to install path
export PATH="$HOME/.pyenv/bin:$PATH"
readonly pyenv_path="$HOME/.pyenv/bin"
export PATH="$pyenv_path:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
fi
printf "pyenv is installed\n"