Skip to content

Commit

Permalink
Merge pull request #132 from OZI-Project/rjdbcm-patch-8
Browse files Browse the repository at this point in the history
better windows pipx path migration
  • Loading branch information
rjdbcm authored Nov 12, 2024
2 parents a87df40 + 8a97268 commit 32b9310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runs:
home_dir=$(pipx environment --value PIPX_HOME)
# If you wish another location, replace the expression below
# and set `NEW_LOCATION` explicitly
NEW_LOCATION="/pipx"
NEW_LOCATION="D:\\a\\pipx"
rm -rf "$cache_dir" "$logs_dir" "$trash_dir"
mkdir -p $NEW_LOCATION && mv "$home_dir" $NEW_LOCATION
pipx reinstall-all
Expand Down

0 comments on commit 32b9310

Please sign in to comment.