From ce1dc494fb6613922e45c78f687632f173503993 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 31 Oct 2020 23:57:16 -0400 Subject: [PATCH] [ADD] install_locally.sh comment delete ~/.poetry to force version --- script/install_locally.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/install_locally.sh b/script/install_locally.sh index 6ee37b4..c3646f4 100755 --- a/script/install_locally.sh +++ b/script/install_locally.sh @@ -199,6 +199,7 @@ fi pyenv local 3.7.7 if [[ ! -d "${POETRY_PATH}" ]]; then + # Delete directory ~/.poetry and .venv to force update to new version echo -e "\n---- Installing poetry for reliable python package ----" # curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | ${PYTHON_EXEC} curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py