Skip to content

Commit 064cf66

Browse files
Easier for users (#788)
[skip ci]
1 parent c442738 commit 064cf66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ to the path of the `python` (or `python3` etc.) executable and then re-running `
4848
In Julia:
4949

5050
ENV["PYTHON"] = "... path of the python executable ..."
51-
# ENV["PYTHON"] = "C:\\Python37-x64\\python.exe" # example for Windows
51+
# ENV["PYTHON"] = raw"C:\Python37-x64\python.exe" # example for Windows, "raw" to not have to escape: "C:\\Python37-x64\\python.exe"
52+
5253
# ENV["PYTHON"] = "/usr/bin/python3.7" # example for *nix
5354
Pkg.build("PyCall")
5455

0 commit comments

Comments
 (0)