X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jenkins-init-scripts%2Flf-env.sh;h=114f0c17f870d496097980b3154e32a58e02b52a;hb=a8c7722c19cfca9f0361c578ce63bf552093dd0e;hp=a2b8cb2ce52cd5aabec29c0e4ebc052c7f9dc05d;hpb=f0aba8bb5ffd86b4bd9f9e36f7d36d1ff9531983;p=releng%2Fglobal-jjb.git diff --git a/jenkins-init-scripts/lf-env.sh b/jenkins-init-scripts/lf-env.sh index a2b8cb2c..114f0c17 100644 --- a/jenkins-init-scripts/lf-env.sh +++ b/jenkins-init-scripts/lf-env.sh @@ -190,7 +190,7 @@ lf-activate-venv () { # Use pyenv for selecting the python version if [[ -d "/opt/pyenv" ]]; then # set_python_version = pyver "${python//[a-zA-Z]/}" - echo "---> Setting up pyenv" + echo "Setup pyenv:" export PYENV_ROOT="/opt/pyenv" export PATH="$PYENV_ROOT/bin:$PATH" pyenv versions