From 5414bb50729a3f52c505636813ba388f6876fbc0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Nov 2020 18:35:26 -0300 Subject: Fix: pyenv config --- profile.dot.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3