[ADD] install_locally.sh comment delete ~/.poetry to force version

This commit is contained in:
Mathieu Benoit 2020-10-31 23:57:16 -04:00
parent ec17f91bd4
commit ce1dc494fb

View file

@ -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