JuliaPy / Conda.jl

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

Specify channel when adding package #139

Closed rofinn closed 5 years ago

rofinn commented 5 years ago

First step in changing the behaviour of pyimport_conda to guarantee the installation of a package from a specified channel(e.g., conda install -y -c conda-forge requests).

stevengj commented 5 years ago

Thanks!