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"