JuliaLang / juliaup

Julia installer and version multiplexer
MIT License
1.01k stars 85 forks source link

guideline to remove previous julia installations completely #1007

Open mohamed-180 opened 2 months ago

mohamed-180 commented 2 months ago

Based on the discussion on Julia discourse

Would we add some guideline to remove previous julia installations completely before use juliaup installations and noted in installation page Or make it the in setup operations .

Originally posted by @mohamed-180 in https://github.com/JuliaLang/juliaup/issues/773#issuecomment-2281802857

AnjoMan commented 2 months ago

this is maybe a bit tangential but i've run into this issue with juliaup config files: juliaup won't run in non-interactive mode if there is an existing config, but i don't know where the config is. an easy solution would be to print out the location of the conflicting file, but maybe a more useful solution would be to add an arg to ignore / overwrite it

image