JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
174 stars 57 forks source link

_set_conda_env should preserve any existing cmd.env #168

Closed stevengj closed 4 years ago

stevengj commented 4 years ago

_set_conda_env should preserve any existing environment in the passed cmd object. (This is so that we can use it from IJulia to get the right environment for invoking jupyter.)

Also works around JuliaLang/julia#29334 for julia < 1.2

stevengj commented 4 years ago

No, this doesn't work because cmd.env is not a dictionary.

stevengj commented 4 years ago

I used withenv instead in JuliaLang/IJulia.jl#900