From e669a2e4bc000636c05a7c8e3cad8004d079416b Mon Sep 17 00:00:00 2001 From: Juan Rocha Date: Mon, 17 Apr 2023 15:04:24 +0200 Subject: [PATCH] [WSL]Fixed poetry path --- wsl/installFO.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl/installFO.sh b/wsl/installFO.sh index 6f99d63..3595da0 100644 --- a/wsl/installFO.sh +++ b/wsl/installFO.sh @@ -185,7 +185,7 @@ sudo -u postgres psql -c "ALTER USER $STATS_DB_USER WITH SUPERUSER;" > /dev/null cd ~ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python > /dev/null -echo 'export PATH="$PATH:$HOME/.poetry/bin"' >> ~/.bashrc +echo 'export PATH="$PATH:$HOME/.local/bin/poetry"' >> ~/.bashrc echo 'export FLASK_APP=runserver.py' >> ~/.bashrc echo 'export STATS_CONFIG=production.py' >> ~/.bashrc