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%_}"