escape utils variables

This commit is contained in:
Andrejus
2020-02-26 17:27:44 +00:00
parent 78275b144e
commit f3690da2f1
4 changed files with 5 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ if not_installed "pyenv"; then
# Install pyenv
# see https://github.com/pyenv/pyenv-installer
run https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer bash
run "https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer" "bash"
# Add to install path
readonly pyenv_path="$HOME/.pyenv/bin"