mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 23:05:32 +02:00
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"
|
mkdir -p "$HOME/opt"
|
||||||
|
|
||||||
if test -n "$USE_UCS2_PYTHON" ; then
|
if test -n "$USE_UCS2_PYTHON" ; then
|
||||||
pip install virtualenvwrapper
|
if test "$UCS2_PYTHON_VARIANT" = "2.6" ; then
|
||||||
|
pip install 'virtualenvwrapper==4.6.0'
|
||||||
|
else
|
||||||
|
pip install virtualenvwrapper
|
||||||
|
fi
|
||||||
set +e
|
set +e
|
||||||
. virtualenvwrapper.sh
|
. virtualenvwrapper.sh
|
||||||
set -e
|
set -e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user