Skip to content

Commit a227156

Browse files
committed
Revert unneeded changes
1 parent 431e1b8 commit a227156

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/load_python_env.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
#!/bin/sh
22

3-
python3 -m pip install uv
4-
53
echo 'Creating Python virtual environment in .venv...'
64
python3 -m venv .venv
75

86
echo 'Installing dependencies from "requirements.txt" into virtual environment (in quiet mode)...'
9-
107
.venv/bin/python -m pip --quiet --disable-pip-version-check install -e src/backend
118
.venv/bin/python -m pip --quiet --disable-pip-version-check install -r requirements-dev.txt

0 commit comments

Comments
 (0)