Skip to content

Commit

Permalink
Fix path reference for uv.exe in Windows PowerShell setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Al-Saffar committed Oct 28, 2024
1 parent 40fcf1d commit a844366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machineconfig/setup_windows/ve.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ if (-not $env:VIRTUAL_ENV) {
echo "Activating virtual environment @ $HOME\venvs\$ve_name"
& "$HOME\venvs\$ve_name\Scripts\Activate.ps1" -ErrorAction Stop
}
"$HOME\.cargo\bin\uv.exe" pip install --upgrade pip
~\.cargo\bin\uv.exe pip install --upgrade pip

0 comments on commit a844366

Please sign in to comment.