Fix: Use lf-activate-venv to install openstack dep
[releng/global-jjb.git] / jenkins-init-scripts / lf-env.sh
index a2b8cb2..114f0c1 100644 (file)
@@ -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