fix pip install
This commit is contained in:
parent
51f6257880
commit
d3203ccefe
1 changed files with 1 additions and 1 deletions
2
ctl
2
ctl
|
@ -13,7 +13,7 @@ if [ "$action" = "init" ]; then
|
||||||
|
|
||||||
# Work around broken venv module in Ubuntu 16.04 / Debian 9
|
# Work around broken venv module in Ubuntu 16.04 / Debian 9
|
||||||
if [ ! -e bin/pip ]; then
|
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
|
fi
|
||||||
if [ ! -d static/oxjs ]; then
|
if [ ! -d static/oxjs ]; then
|
||||||
git clone --depth 1 https://git.0x2620.org/oxjs.git static/oxjs
|
git clone --depth 1 https://git.0x2620.org/oxjs.git static/oxjs
|
||||||
|
|
Loading…
Reference in a new issue