Skip to content

Commit 559d48e

Browse files
committed
Update .bash_osx
1 parent 1a92b1b commit 559d48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home/.bash_osx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ fi
3333
###########################
3434

3535
if command -v pyenv > /dev/null; then
36-
eval "$(pyenv init --path)";
37-
eval "$(pyenv init -)";
36+
eval "$(pyenv init --path --no-rehash)";
37+
eval "$(pyenv init - --no-rehash)";
3838
pyenv virtualenvwrapper_lazy
3939
fi
4040

0 commit comments

Comments
 (0)