JuliaPy / Conda.jl

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

Conda.jl probably shouldn't modify the `~/.condarc` file #140

Closed rofinn closed 5 years ago

rofinn commented 5 years ago

It looks like adding channels to the Conda.jl rootenv will modify the users .condarc file. Conda.jl should probably just maintain its own file.

rofinn commented 5 years ago

Looks like the latest release of conda broke things. I'm going to try and restrict to 4.5 for now.