Groups 190 of 99+ julia-users › Changing the version of Julia when needed 4 posts by 2 authors kleinsplash May 10 Hi, How do I point to the version of Julia I would like to use? For example: I would like to use this package: FunctionalDataUtils but its only available on 0.4. How do I revert without having to uninstall 0.5 or use Compat.jl which looks rough for a newbie. Thx Tony Kelman May 10 How did you install 0.5? If you're new to thr language things will be more stable on 0.4, but you can install both in parallel. kleinsplash May 10 I am stuck between a bit of a rock and a hard place. I would like to use PCL: https://github.com/JuliaPCL/PCL.jl but this does not install on 0.4 But I may be able to use the FunctionDataUtils package in its place. Juno/Atom doesnt seem to play nice with 0.5 either so best is to just revert at the moment. I updated (upgraded) by adding nightly builds ppa. On Tuesday, 10 May 2016 13:16:01 UTC+2, Tony Kelman wrote: How did you install 0.5? If you're new to thr language things will be more stable on 0.4, but you can install both in parallel. kleinsplash May 10 I just removed that ppa and went back to juliareleases - show quoted text -