trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
hogweed1
2025-11-23 02:05:13 +10:00
parent ba653eaebc
commit 8a01ecf772
3 changed files with 5 additions and 7 deletions

View File

@@ -3,6 +3,8 @@
#source /root/.bashrc
whoami
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(/root/.pyenv/bin/pyenv init --path)"