[WIP] Optionally store deps.jl in a different directory#991
[WIP] Optionally store deps.jl in a different directory#991jlapeyre wants to merge 1 commit intoJuliaPy:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #991 +/- ##
==========================================
+ Coverage 68.33% 68.34% +0.01%
==========================================
Files 20 20
Lines 2018 2025 +7
==========================================
+ Hits 1379 1384 +5
- Misses 639 641 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
There is a test failure on system "Python / Test Julia nightly Python 3.x macos-latest x64". Also it seems to me that the environment variables would only be checked during build or precompilation, rather than package module initialization. Is that correct? Perhaps it might be best to use a Preferences.jl mechanism to configure how PyCall finds libpython, and perhaps one of these modes could involve looking at environment variable. |
|
Yes, I think the way to go is ideally to use Preferences.jl here. |
|
Is there an existing PR for using Preferences.jl? Nevermind: #945 |
This works together with CachePath.jl as described here to allow using different libpythons without rebuilding.
If this looks ok, I'll add documentation and an example, etc.