aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-11-23 18:35:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-11-23 18:35:26 -0300
commit5414bb50729a3f52c505636813ba388f6876fbc0 (patch)
treeeb224d6df5ef87383e9241ba56743d4b3c177e1d
parentdf47baf09c5dc56562ffd95ae4434e9999f9fcd5 (diff)
downloadprofile-5414bb50729a3f52c505636813ba388f6876fbc0.tar.gz
profile-5414bb50729a3f52c505636813ba388f6876fbc0.tar.bz2
Fix: pyenv config
-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"