JuliaPy / Conda.jl

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

channel priority? #192

Closed mkarikom closed 3 years ago

mkarikom commented 3 years ago

Is there a way to specify channel priority? eg.

conda install scipy --channel conda-forge --channel bioconda
mkarikom commented 3 years ago

nm just load the channels in order Conda.add_channel(conda-forge, env) Conda.add_channel(bioconda, env)