JuliaPy / Conda.jl

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

Prevents creation of Windows Start Menu items #254

Closed RoyiAvital closed 2 weeks ago

RoyiAvital commented 5 months ago

Using the updated cli flags for the installer as documented in https://conda.github.io/constructor/cli-options.

Related to #147.

RoyiAvital commented 4 months ago

@stevengj , Any chance moving this forward?

ViralBShah commented 2 weeks ago

This appears like it could be correct (but I can't easily find the relevant documentation to verify). Since the CI is passing, I feel it is ok to merge it.

RoyiAvital commented 2 weeks ago

@ViralBShah , From the link above:

image

Thanks for merging.

ViralBShah commented 2 weeks ago

I've released a new version as well with this fix. Thanks.

RoyiAvital commented 2 weeks ago

Looking at the documentation it seems the order of /S and the other flags is not as advised.

I will create a new pull.