Use python3.12 in start.sh venv creation
This commit is contained in:
@@ -5,7 +5,7 @@ cd "$(dirname "$0")"
|
||||
|
||||
if [ ! -d ".venv" ]; then
|
||||
echo "Creating virtualenv..."
|
||||
python3 -m venv .venv
|
||||
python3.12 -m venv .venv
|
||||
.venv/bin/pip install -q -r requirements.txt
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user