From 886da35324153f1bb4254e52718b9a32b4858c73 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Thu, 4 Jan 2024 12:44:04 +0000 Subject: [PATCH] update --- src/interface.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index d6d72b7..b62c878 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -15,10 +15,10 @@ using ..type, ..utils # pythoncall setting # # ---------------------------------------------------------------------------- # # Ref: https://github.com/JuliaPy/PythonCall.jl/issues/252 -# by setting the following variables, PythonCall will use system python or conda python and +# by setting the following variables, PythonCall.jl will use system python or conda python and # 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 (from env_preparation.jl) +# installed by CondaPkg.jl (from env_preparation.jl) # 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"