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 7ea9daf + 08b7d4c commit fe3da80Copy full SHA for fe3da80
installation_and_upgrade/set_up_venv.bat
@@ -1,8 +1,10 @@
1
REM sets up temporary virtual environment for deployment and installs requirements.
2
3
+pushd "c:\Instrument\var\tmp"
4
set UV_TEMP_VENV=C:\Instrument\Var\tmp\.deployscriptvenv
5
set UV_PYTHON=3.12
6
REM use the on-disk location as we'll be using a venv anyway so it won't dirty the install
7
uv venv "%UV_TEMP_VENV%"
8
call "%UV_TEMP_VENV%\scripts\activate"
9
uv pip install -r "%~dp0\requirements.txt" --no-build
10
+popd
0 commit comments