JuliaPy / Conda.jl

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

add bin_dir to PATH on windows to fix DLL paths #163

Closed stevengj closed 4 years ago

stevengj commented 4 years ago

Attempt to fix AppVeyor failure as describe here: https://github.com/JuliaPy/Conda.jl/pull/162#issuecomment-567961168

(Windows uses the PATH environment variable to find DLLs, and apparently conda expects this to be set in order to run properly — it happens when you "activate" the Conda environment in normal usage.)

Also fix a test failure due to the --lock argument being dropped from the latest conda release (conda/conda#8310).