From 09c6f7edc3851808d14be74d8f9fc17fa9b9a7e1 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 23 Nov 2025 17:46:20 +0100 Subject: [PATCH] profile: set pyenv correctly --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index c699d82..0555b0f 100644 --- a/.profile +++ b/.profile @@ -68,6 +68,8 @@ export PATH="${HOME}/.nimble/bin:${PATH}" export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init --path)" + # less/man colors export LESS=-R export LESS_TERMCAP_mb="$(printf '%b' '')"; a="${a%_}"