From c08fefc6abc1a1acac41982691bb8f5763bbcc4b Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 14 Sep 2020 11:04:47 +0100 Subject: [PATCH] updates --- script/bootstrap | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/script/bootstrap b/script/bootstrap index c1a169e..0115086 100644 --- a/script/bootstrap +++ b/script/bootstrap @@ -2,9 +2,10 @@ pyenv install --skip-existing -VENV="${PWD##*/}.venv" +#VENV="${PWD##*/}.venv" +VENV="venv" VENV=${VENV#-} -python3 -m venv $VENV +python -m venv $VENV . $VENV/bin/activate -python3 -m pip install -U pip wheel -python3 -m pip install -r requirements.txt +python -m pip install -U pip wheel +python -m pip install -r requirements.txt