Files
ansible-repo/sourceme.sh
hogweed1 8530965f46
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
trying to fix ansible pythons
2025-11-23 01:39:47 +10:00

6 lines
192 B
Bash

export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
cd /usr/share/ansible-repo
eval "$(/root/.pyenv/bin/pyenv init --path)"
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"