[WSL]Updated poetry install URL
parent
e669a2e4bc
commit
195e75d9b7
|
@ -184,7 +184,7 @@ sudo -u postgres psql -c "CREATE USER $STATS_DB_USER WITH PASSWORD '$STATS_DB_PA
|
|||
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
|
||||
curl -sSL https://install.python-poetry.org | python3 - > /dev/null
|
||||
echo 'export PATH="$PATH:$HOME/.local/bin/poetry"' >> ~/.bashrc
|
||||
echo 'export FLASK_APP=runserver.py' >> ~/.bashrc
|
||||
echo 'export STATS_CONFIG=production.py' >> ~/.bashrc
|
||||
|
|
Loading…
Reference in New Issue