From: ShubhamRathi Date: Wed, 15 Feb 2017 20:25:00 +0000 (+0530) Subject: Removed -u flag from pip install X-Git-Tag: danube.1.0~260 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F28751%2F1;p=releng.git Removed -u flag from pip install Change-Id: Iffd95b14ee2e1f427ebaa3e579027238957bedc5 Signed-off-by: ShubhamRathi --- diff --git a/jjb/opnfvdocs/docs-rtd.yaml b/jjb/opnfvdocs/docs-rtd.yaml index 9fb45877d..32ef73205 100644 --- a/jjb/opnfvdocs/docs-rtd.yaml +++ b/jjb/opnfvdocs/docs-rtd.yaml @@ -76,7 +76,7 @@ git fetch origin $GERRIT_REFSPEC && git checkout FETCH_HEAD fi - shell: | - sudo pip install -u virtualenv virtualenvwrapper + sudo pip install virtualenv virtualenvwrapper export WORKON_HOME=$HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh mkvirtualenv $WORKSPACE/venv