This commit is contained in:
2026-07-08 09:22:05 +02:00
parent a8d7ae73f4
commit aaf25faab6
12 changed files with 107 additions and 139 deletions

View File

@@ -1,3 +1 @@
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"