mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 10:33:49 +00:00
Supplement missing separators for UV_INSTALL_DIR in Windows. (#9507)
## Summary Ensure proper separation between instructions. fix #9503 ## Test Plan Both Windows Powershell (v5) and powershell 7 are available  <!-- How was it tested? -->
This commit is contained in:
parent
ac348eecdf
commit
afdcea6540
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ To change the installation path, use `UV_INSTALL_DIR`:
|
|||
=== "Windows"
|
||||
|
||||
```powershell
|
||||
$env:UV_INSTALL_DIR = "C:\Custom\Path" powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
||||
powershell -ExecutionPolicy ByPass -c {$env:UV_INSTALL_DIR = "C:\Custom\Path";irm https://astral.sh/uv/install.ps1 | iex}
|
||||
```
|
||||
|
||||
## Disabling shell modifications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue