fix: bash failed using after install (#2685)

This commit is contained in:
Arc 2024-09-14 10:08:25 +01:00 committed by GitHub
parent ceb43f384e
commit d229b7a765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,9 @@ elif [ ! -d lnbits/wallets ]; then
cd lnbits || { echo "Failed to cd into lnbits ... FAIL"; exit 1; }
fi
# Set path for running after install
export PATH="/home/$USER/.local/bin:$PATH"
# Install the dependencies using Poetry
poetry env use python3.9
poetry install --only main