aboutsummaryrefslogtreecommitdiff
path: root/pyenv/profile.d/pyenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pyenv/profile.d/pyenv.sh')
-rw-r--r--pyenv/profile.d/pyenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyenv/profile.d/pyenv.sh b/pyenv/profile.d/pyenv.sh
index 3ad73c68..ea2455fb 100644
--- a/pyenv/profile.d/pyenv.sh
+++ b/pyenv/profile.d/pyenv.sh
@@ -1,2 +1,2 @@
-# Add pyenv shims and bindir to PATH
-PATH=$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH
+# Add pyenv bindir and shims to PATH
+PATH=$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH