mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-16 15:08:54 +00:00
Merge pull request #253 from andzejsp/linux-script-fix
fixed path to env
This commit is contained in:
commit
39fd3139ea
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
source ../env/Scripts/activate
|
||||
source ../env/bin/activate
|
||||
python install_binding.py "$@"
|
||||
read -p "Press any key to continue..."
|
||||
|
@ -4,7 +4,7 @@
|
||||
environment_name="env"
|
||||
|
||||
# Activate the virtual environment
|
||||
source "$environment_name/Scripts/activate"
|
||||
source "$environment_name/bin/activate"
|
||||
|
||||
# Change to the installations subfolder
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user