From 2cdf89e5a6c15b1823bb80c5e910af3c8d086291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Fri, 1 Mar 2024 16:01:43 +0000 Subject: [PATCH] python3 set, not always python, at least Linux Mint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9300647c..6f9af79d 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ $ source PATH/TO/bin/activate # activate virtual environment in system shell $ julia # start Julia ... -julia> ENV["PYCALL_JL_RUNTIME_PYTHON"] = Sys.which("python") +julia> ENV["PYCALL_JL_RUNTIME_PYTHON"] = Sys.which("python3") "PATH/TO/bin/python3" julia> using PyCall