JuliaPy / Conda.jl

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

Fixing exists by adding keywords #167

Open dsweber2 opened 4 years ago

dsweber2 commented 4 years ago

Exists doesn't work when you have an environment that's a string, such as if you have a different root environment. The first commit just addresses exists, while the second one adds keyword values inspired by https://github.com/JuliaPy/Conda.jl/issues/118.

fatteneder commented 1 year ago

Hi. I ran into this issue today. May I ask what is the status of the proposed fix?