ignore-installed pip

This commit is contained in:
j 2017-11-07 20:17:59 +01:00
parent e76a52b8ba
commit b242922232
1 changed files with 1 additions and 1 deletions

2
ctl
View File

@ -13,7 +13,7 @@ if [ "$action" = "init" ]; then
# Work around broken venv module in Ubuntu 16.04 / Debian 9
if [ ! -e bin/pip ]; then
bin/python3 -m pip install -U pip
bin/python3 -m pip install -U --ignore-installed pip
fi
if [ ! -d static/oxjs ]; then
git clone --depth 1 https://git.0x2620.org/oxjs.git static/oxjs