fix python scripts

This commit is contained in:
Andrejus
2020-02-26 17:21:41 +00:00
parent 6fd120a082
commit 78275b144e
3 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ if not_installed "poetry"; then
printf "Installing poetry...\n"
# Install poetry
run https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py python3
run https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py python
fi
printf "poetry is installed\n"