From 75bfa7de763bb5aadcf650f5e76929a805690d80 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Tue, 22 Sep 2020 11:49:43 +0100 Subject: [PATCH] fix --- script/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install b/script/install index 9fdf0bf..d1c9036 100644 --- a/script/install +++ b/script/install @@ -140,7 +140,7 @@ then pyenv virtualenv venv # python3 -m venv $VENV # . $VENV/bin/activate - pyenv activate + pyenv activate venv python -m pip install -U pip setuptools wheel python -m pip install -r requirements.txt else