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