activate the correct virtual env in run.sh

install.sh and install.3.10.sh runs python3.11 -m venv env but run.sh tries to activate in venv, this commit fixes it
This commit is contained in:
Dennis Stanistan 2023-04-07 07:38:26 +03:00 committed by GitHub
parent 20e86d7dfc
commit efea100f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.sh
View File

@ -37,7 +37,7 @@ echo HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
# Activate the virtual environment
source venv/bin/activate
source env/bin/activate
# Launch the Python application
python app.py