Skip to content

Commit 2819426

Browse files
musmstevengj
authored andcommitted
Clarify readme on python exe path (#664)
* Clarify readme on python exe path * Update README.md * Update README.md
1 parent cc625d6 commit 2819426

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ can change the Python version by setting the `PYTHON` environment variable
4949
to the path of the `python` (or `python3` etc.) executable and then re-running `Pkg.build("PyCall")`.
5050
In Julia:
5151

52-
ENV["PYTHON"] = "... path of the python program you want ..."
52+
ENV["PYTHON"] = "... path of the python executable ..."
53+
# ENV["PYTHON"] = "C:\\Python37-x64\\python.exe" # example for Windows
54+
# ENV["PYTHON"] = "/usr/bin/python3.7" # example for *nix
5355
Pkg.build("PyCall")
5456

5557
Note also that you will need to re-run `Pkg.build("PyCall")` if your

0 commit comments

Comments
 (0)