mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
update poetry installation location
This commit is contained in:
@@ -6,7 +6,7 @@ if pwd | egrep -q '\s'; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
which python3 || { echo "Failed to find python3. Try installing Python for your operative system: https://www.python.org/downloads/" && exit 1; }
|
which python3 || { echo "Failed to find python3. Try installing Python for your operative system: https://www.python.org/downloads/" && exit 1; }
|
||||||
which poetry || curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - && source ${HOME}/.poetry/env
|
which poetry || curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
|
||||||
poetry install
|
poetry install
|
||||||
poetry update
|
poetry update
|
||||||
|
|||||||
Reference in New Issue
Block a user