JuliaPy / Conda.jl

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

install into global ~/.julia/conda directory #126

Closed stevengj closed 5 years ago

stevengj commented 5 years ago

Fixes #123.

In the future, we should allow Pkg projects to use a separate Conda virtualenv and set of packages, but that seems like it will have to wait for persistent package options support (JuliaLang/Juleps#38 or similar).

Drops Julia 0.6 since in Julia 0.6 there is already a single global directory (~/.julia/v0.6/Conda/deps/usr) and I don't think we want to move it.