File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11REM Script to either update uv or install it
22
33mkdir c:\Instrument\Apps\uv
4- 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
5- 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
6- 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
4+ xcopy /Y /I \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\uv\uv-x86_64-pc-windows-msvc\uv.exe c:\Instrument\Apps\uv\
5+ xcopy /Y /I \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\uv\uv-x86_64-pc-windows-msvc\uvw.exe c:\Instrument\Apps\uv\
6+ xcopy /Y /I \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\uv\uv-x86_64-pc-windows-msvc\uvx.exe c:\Instrument\Apps\uv\
77set " Path = C:\Instrument\Apps\uv;%Path% "
88
99REM set the uv python executable installation directory permanently
You can’t perform that action at this time.
0 commit comments