We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c442738 commit 064cf66Copy full SHA for 064cf66
README.md
@@ -48,7 +48,8 @@ to the path of the `python` (or `python3` etc.) executable and then re-running `
48
In Julia:
49
50
ENV["PYTHON"] = "... path of the python executable ..."
51
- # ENV["PYTHON"] = "C:\\Python37-x64\\python.exe" # example for Windows
+ # ENV["PYTHON"] = raw"C:\Python37-x64\python.exe" # example for Windows, "raw" to not have to escape: "C:\\Python37-x64\\python.exe"
52
+
53
# ENV["PYTHON"] = "/usr/bin/python3.7" # example for *nix
54
Pkg.build("PyCall")
55
0 commit comments