We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77f54c commit 10f1bf9Copy full SHA for 10f1bf9
scripts/install-dependencies.sh
@@ -24,7 +24,6 @@ fi
24
25
echo "Installing Pyenv"
26
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
27
-echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
28
-echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
29
-. ~/.bashrc
30
-git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
+echo 'export PYENV_ROOT="${HOME}/.pyenv"' >> ~/.bashrc
+echo 'export PATH="${PYENV_ROOT}/bin:${PATH}"' >> ~/.bashrc
+git clone https://github.com/pyenv/pyenv-virtualenv.git ${HOME}/.pyenv/plugins/pyenv-virtualenv
0 commit comments