Skip to content

Commit

Permalink
Add note for using different shell on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitznik authored and huxuan committed Jun 17, 2024
1 parent 113df9e commit d3fefee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,13 @@ $home_dir = pipx environment --value PIPX_HOME
Remove-Item -Recurse -Force -ErrorAction SilentlyContinue $cache_dir, $logs_dir, $trash_dir
# Remove the destionation directory to ensure rename behavior of `Move-Item`
# Remove the destination directory to ensure rename behavior of `Move-Item`
Remove-Item -Recurse -Force -ErrorAction SilentlyContinue $NEW_LOCATION
Move-Item -Path $home_dir -Destination $NEW_LOCATION
pipx reinstall-all
```

If you would prefer doing it in bash via git-bash/WSL, feel free to use
the MacOS/Linux instructions, changing the `$NEW_LOCATION` to the Windows
version.

0 comments on commit d3fefee

Please sign in to comment.