6 lines
192 B
Bash
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 -)" |