From b43b656e3e30b06db91a6fbef991296fa8a4b832 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Mon, 23 Oct 2023 08:56:37 +0000 Subject: [PATCH] update --- src/interface.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index f29a03f..2ede604 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -14,9 +14,9 @@ using JSON3, DataStructures, Dates # packages installed by system or conda # if these setting are not set (comment out), PythonCall will use its own python and package that # installed by CondaPkg -ENV["JULIA_CONDAPKG_BACKEND"] = "Null" -systemPython = split(read(`which python`, String), "\n")[1] -ENV["JULIA_PYTHONCALL_EXE"] = systemPython # find python location with $> which python ex. raw"/root/conda/bin/python" +# ENV["JULIA_CONDAPKG_BACKEND"] = "Null" +# systemPython = split(read(`which python`, String), "\n")[1] +# ENV["JULIA_PYTHONCALL_EXE"] = systemPython # find python location with $> which python ex. raw"/root/conda/bin/python" using PythonCall const py_agents = PythonCall.pynew()