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 bb9bdf7 commit a77f54cCopy full SHA for a77f54c
scripts/install-dependencies.sh
@@ -24,7 +24,7 @@ fi
24
25
echo "Installing Pyenv"
26
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
27
-echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
28
-echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
29
-. ~/.bash_profile
+echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
+echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
+. ~/.bashrc
30
git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
0 commit comments