Skip to content

Commit 5a91e02

Browse files
Print info that poetry was added to path
1 parent 5f1a3eb commit 5a91e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stress-l3/worker/install-poetry.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ curl -sSL https://install.python-poetry.org | python3 -
88
# Add poetry to PATH in bashrc
99
if ! grep -q '\.local/bin' "$HOME/.bashrc"; then
1010
echo 'export PATH="$HOME/.local/bin:$PATH"' >> "$HOME/.bashrc"
11+
echo "Poetry PATH ( $HOME/.local/bin ) added to $HOME/.bashrc"
1112
fi
1213

1314
export PATH="$HOME/.local/bin:$PATH"

0 commit comments

Comments
 (0)