[ADD] install_locally.sh comment delete ~/.poetry to force version
This commit is contained in:
parent
ec17f91bd4
commit
ce1dc494fb
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ fi
|
||||||
pyenv local 3.7.7
|
pyenv local 3.7.7
|
||||||
|
|
||||||
if [[ ! -d "${POETRY_PATH}" ]]; then
|
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 ----"
|
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 -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
|
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue