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:08:03 +10:00
parent 7360e39074
commit 3e2d9757a9

View File

@@ -8,7 +8,7 @@ whoami
sudo -i sudo -i
source /root/.bashrc source /root/.bashrc
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="/root/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH" export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(/root/.pyenv/bin/pyenv init --path)" eval "$(/root/.pyenv/bin/pyenv init --path)"
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)" eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"