JuliaPy / Conda.jl

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

Allow multiple packages to be added/removed in a batch #130

Closed tkf closed 5 years ago

tkf commented 5 years ago

While writing https://github.com/JuliaPy/PyCall.jl/pull/613 I noticed that this is not supported.

As conda command takes sometime to resolve dependencies, I think it makes sense to (un)install packages in a batch.

stevengj commented 5 years ago

Just merged this, but in hindsight it would have been good to add a test.