Skip to content

Commit 3bb0e19

Browse files
python3 set, not always python, at least Linux Mint (#1079)
1 parent 1c074e2 commit 3bb0e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ $ source PATH/TO/bin/activate # activate virtual environment in system shell
633633
$ julia # start Julia
634634
...
635635

636-
julia> ENV["PYCALL_JL_RUNTIME_PYTHON"] = Sys.which("python")
636+
julia> ENV["PYCALL_JL_RUNTIME_PYTHON"] = Sys.which("python3")
637637
"PATH/TO/bin/python3"
638638

639639
julia> using PyCall

0 commit comments

Comments
 (0)