Skip to content

Commit

Permalink
Fix file path for file generated during the build process
Browse files Browse the repository at this point in the history
The built file is now `Pkg.dir("PyCall","deps","deps.jl")` as discovered in the investigation of JuliaPy#952.
  • Loading branch information
samuela authored Jan 11, 2022
1 parent e3e3008 commit 81a0141
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 @@ -78,7 +78,7 @@ directly to the `libpython` library. But it finds the location of
Subsequent builds of PyCall (e.g. when you update the package via
`Pkg.update`) will use the same Python executable name by default,
unless you set the `PYTHON` environment variable or delete the file
`Pkg.dir("PyCall","deps","PYTHON")`.
`Pkg.dir("PyCall","deps","deps.jl")`.

**Note:** If you use Python
[virtualenvs](https://docs.python-guide.org/en/latest/dev/virtualenvs/),
Expand Down

0 comments on commit 81a0141

Please sign in to comment.