From 192414a36988a4a245e78087fa14d31f2f9a80ef Mon Sep 17 00:00:00 2001 From: didier Date: Tue, 8 Apr 2025 11:29:09 +0200 Subject: [PATCH] add path to Poetry --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 06db058..9770289 100755 --- a/install.sh +++ b/install.sh @@ -256,6 +256,9 @@ su - $SUDO_USER -c "cp ~/pandora-box/pandora-box.ini.curses ~/pandora-box/pandor # Do not print messages on console echo "mesg n" >> /home/$SUDO_USER/.bashrc +# Add path to Poetry +echo "export PATH=\"$HOME/.local/bin:{$PATH}\"" >> /home/$SUDO_USER/.bashrc + # Exec pandora at login echo "exec pandora-box/pandora-box.py" >> /home/$SUDO_USER/.bashrc