[UPD] install_locally.sh: revert poetry env use .venv
This commit is contained in:
parent
58a4d91c89
commit
04b34a793d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ ${VENV_PATH}/bin/pip install --upgrade pip
|
|||
# Force python instead of changing env
|
||||
#/home/"${USER}"/.poetry/bin/poetry env use ${LOCAL_PYTHON_EXEC}
|
||||
# source $HOME/.poetry/env
|
||||
${LOCAL_PYTHON_EXEC} ~/.poetry/bin/poetry env use ${VENV_PATH}/bin/python3
|
||||
#${LOCAL_PYTHON_EXEC} ~/.poetry/bin/poetry env use ${VENV_PATH}/bin/python3
|
||||
${LOCAL_PYTHON_EXEC} ~/.poetry/bin/poetry install
|
||||
retVal=$?
|
||||
if [[ $retVal -ne 0 ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue