Skip to content

Commit c531430

Browse files
authored
Update install_poetry.sh to export path to $HOME (#68)
1 parent aff0c60 commit c531430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_poetry/install_poetry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ $INSTALL_PREVIEW == "true" ]]; then
2525
fi
2626

2727
curl -sSL https://install.python-poetry.org | python3 -
28-
export PATH=/github/home/.local/bin:$PATH
28+
export PATH=$HOME/.local/bin:$PATH
2929
poetry config repositories.custom_repo "$REPO_URL"
3030
echo "custom_repo_name=custom_repo" >> "$GITHUB_OUTPUT"
3131

0 commit comments

Comments
 (0)