Files
ebner e16b53510f
Build and Publish RPM / build-and-publish (push) Successful in 5s
Update documentation
2025-07-03 16:48:57 +02:00

6 lines
190 B
Bash

if [[ ${UID} -ge 1000 && ! ${USER} =~ -adm$ ]]; then
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - bash)"
fi