pangeo-data / jupyter-earth

Jupyter meets the Earth: combining research use cases in geosciences with technical developments within the Jupyter and Pangeo ecosystems.
https://jupytearth.org
Creative Commons Zero v1.0 Universal
28 stars 6 forks source link

Update Julia to v1.7.1 in JupyterHub #94

Closed JordiBolibar closed 2 years ago

JordiBolibar commented 2 years ago

Would it be possible to update the Julia version in the JupyterHub to the more recent v1.7.1? It includes some nice additional features that I would like to use for my project. Thanks!

consideRatio commented 2 years ago

@JordiBolibar when https://github.com/pangeo-data/jupyter-earth/runs/4814421437?check_suite_focus=true reports to be complete (in ~10 minutes), you can restart your user server and you will have Julia 1.7.1!

JordiBolibar commented 2 years ago

Awesome, thanks a lot @consideRatio!

JordiBolibar commented 2 years ago

Hi @consideRatio, would it be possible to delete the .julia/lib folder? New Julia versions often mess with some precompiled cached packages. Is there any way for me to do that or I'd need sudo access? Thanks again for your help!

consideRatio commented 2 years ago

Hi @JordiBolibar!

Is the .julia/lib located in your home folder? Then you have permission to just delete it straight up with rm -rf ~/.julia/lib from a terminal.

JordiBolibar commented 2 years ago

Strangely, I cannot find it in my home folder. I have also looked around for a while in other root folders and I couldn't find it. I thought it might be tied to the admin user who has sudo access. Anyway, I'll keep investigating...