Create the automation component
This commit is contained in:
@@ -7,8 +7,8 @@ namespace Controllers.PythonInterop {
|
||||
string _PyPath = "";
|
||||
string _ExecPath = "";
|
||||
|
||||
public AIModule() {
|
||||
_PyPath = "/usr/bin/python3.11";
|
||||
public AIModule(string pypath = "/usr/bin/python3.11") {
|
||||
_PyPath = pypath;
|
||||
_ExecPath = $"{Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "AIPython")}";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user