aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 2d88f0c..3c83dbb 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -337,7 +337,7 @@ if [ -e "$HOME/apps/python" ]; then
fi
# Pyenv
-if [ -e "$HOME/.pyenv" ]; then
+if [ -e "$HOME/.pyenv/bin/pyenv" ]; then
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"