We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91be9c9 + ac69bec commit 1be4b32Copy full SHA for 1be4b32
installation_and_upgrade/install_or_update_uv.bat
@@ -1,12 +1,7 @@
1
REM Script to either update uv or install it
2
-uv self update
3
4
-REM if the above didnt work uv is probably not installed. install it.
5
-if %errorlevel% neq 0 (
6
- set UV_INSTALL_DIR=C:\Instrument\Apps\uv
7
- powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
8
- set "Path=C:\Instrument\Apps\uv;%Path%"
9
-)
+robocopy \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\uv\uv-x86_64-pc-windows-msvc\ c:\Instrument\Apps\uv\ -MIR
+set "Path=C:\Instrument\Apps\uv;%Path%"
10
11
REM set the uv python executable installation directory permanently
12
setx UV_PYTHON_INSTALL_DIR C:\Instrument\apps\uv\snakes\
0 commit comments