Author Archives: Laurent Renault

Pluto

The PLUTO Code for Astrophysical GasDynamics Submission script.sh code

Python

Launching python 3 For using Python, typ the command “python3” $ python3Python 3.9.21 (main, Aug 19 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] on linuxType “help”, “copyright”, “credits” or… Read more »

R (Stat)

To install some « packages » as user mkdir -p ~/R/libs -> to create directory in your user spaceand do “.libPaths(“~/R/libs”)” in R (interractive mode)or/and put “.libPaths(“~/R/libs”)” in ~/.Rprofile to… Read more »