Skip to content

Commit a77f54c

Browse files
committed
Pyenv: use bashrc instead of bash_profile
1 parent bb9bdf7 commit a77f54c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install-dependencies.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
echo "Installing Pyenv"
2626
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
27+
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
28+
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
29+
. ~/.bashrc
3030
git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv

0 commit comments

Comments
 (0)