JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.47k stars 187 forks source link

PyCall silently rewriting linked (independent) conda environments #992

Open mjohnson541 opened 2 years ago

mjohnson541 commented 2 years ago

I have a conda environment I construct independently of Julia's conda I would like to link PyCall to. This used to work entirely fine. However, now when I define ENV["PYTHON"] and rebuild PyCall, PyCall completely rewrites that environment when linking to it.

stevengj commented 2 years ago

Can you provide more detail? How is PyCall "rewriting" the environment?