Skip to content

Commit

Permalink
python3 set, not always python, at least Linux Mint (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Mar 1, 2024
1 parent 1c074e2 commit 3bb0e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb0e19

Please sign in to comment.