diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-23 18:35:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-23 18:35:26 -0300 |
commit | 5414bb50729a3f52c505636813ba388f6876fbc0 (patch) | |
tree | eb224d6df5ef87383e9241ba56743d4b3c177e1d | |
parent | df47baf09c5dc56562ffd95ae4434e9999f9fcd5 (diff) | |
download | profile-5414bb50729a3f52c505636813ba388f6876fbc0.tar.gz profile-5414bb50729a3f52c505636813ba388f6876fbc0.tar.bz2 |
Fix: pyenv config
-rw-r--r-- | profile.dot.link | 2 |
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" |