diff --git a/WebServer/Controllers/PythonInterop.cs b/WebServer/Controllers/PythonInterop.cs index c45f6112..58417707 100644 --- a/WebServer/Controllers/PythonInterop.cs +++ b/WebServer/Controllers/PythonInterop.cs @@ -4,7 +4,7 @@ namespace PythonInterop { public class AIModule { - public AIModule(string PythonPath = "/usr/lib/libpython3.11.so") { + public AIModule(string PythonPath = "/usr/local/lib/libpython3.11.so") { // Use the user provided python runner Runtime.PythonDLL = PythonPath;