diff --git a/installation_and_upgrade/install_or_update_uv.bat b/installation_and_upgrade/install_or_update_uv.bat index c9237dd..2250d39 100644 --- a/installation_and_upgrade/install_or_update_uv.bat +++ b/installation_and_upgrade/install_or_update_uv.bat @@ -1,6 +1,9 @@ REM Script to either update uv or install it -robocopy \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\uv\uv-x86_64-pc-windows-msvc\ c:\Instrument\Apps\uv\ -MIR +mkdir c:\Instrument\Apps\uv +xcopy /Y \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\uv\uv-x86_64-pc-windows-msvc\uv.exe c:\Instrument\Apps\uv\uv.exe +xcopy /Y \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\uv\uv-x86_64-pc-windows-msvc\uvw.exe c:\Instrument\Apps\uv\uvw.exe +xcopy /Y \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\uv\uv-x86_64-pc-windows-msvc\uvx.exe c:\Instrument\Apps\uv\uvx.exe set "Path=C:\Instrument\Apps\uv;%Path%" REM set the uv python executable installation directory permanently