Install old virtualenvwrapper for 2.6 UCS2 Python
This commit is contained in:
parent
c4b4097b0c
commit
688e507967
|
@ -29,7 +29,11 @@ checkout_cached_dir git://github.com/powerline/deps tests/bot-ci/deps
|
|||
mkdir -p "$HOME/opt"
|
||||
|
||||
if test -n "$USE_UCS2_PYTHON" ; then
|
||||
if test "$UCS2_PYTHON_VARIANT" = "2.6" ; then
|
||||
pip install 'virtualenvwrapper==4.6.0'
|
||||
else
|
||||
pip install virtualenvwrapper
|
||||
fi
|
||||
set +e
|
||||
. virtualenvwrapper.sh
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue