mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
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:
parent
20e86d7dfc
commit
efea100f2c
2
run.sh
2
run.sh
@ -37,7 +37,7 @@ echo HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
|
|||||||
|
|
||||||
|
|
||||||
# Activate the virtual environment
|
# Activate the virtual environment
|
||||||
source venv/bin/activate
|
source env/bin/activate
|
||||||
|
|
||||||
# Launch the Python application
|
# Launch the Python application
|
||||||
python app.py
|
python app.py
|
||||||
|
Loading…
Reference in New Issue
Block a user