mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
try fix pyenv path
This commit is contained in:
parent
fe476e00f9
commit
e781bcc41a
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ steps:
|
|||
- bash: |
|
||||
set -e
|
||||
curl https://pyenv.run | bash
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
pyenv install ${PYTHON_VERSION}
|
||||
pyenv shell ${PYTHON_VERSION}
|
||||
|
|
|
|||
Loading…
Reference in a new issue