From d3203ccefe0bfc26c569703b7629acccc3e2817c Mon Sep 17 00:00:00 2001 From: j Date: Fri, 27 Apr 2018 11:59:44 +0200 Subject: [PATCH] fix pip install --- ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl b/ctl index c64de603..4a8addb4 100755 --- a/ctl +++ b/ctl @@ -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 --ignore-installed pip + bin/python3 -m pip install -U --ignore-installed "pip<9" fi if [ ! -d static/oxjs ]; then git clone --depth 1 https://git.0x2620.org/oxjs.git static/oxjs