Vous regardez une version antérieure (v. /pages/viewpage.action?pageId=84899540) de cette page.

afficher les différences afficher l'historique de la page

« Afficher la version précédente Vous regardez la version actuelle de cette page. (v. 3) afficher la version suivante »

You can put your own personal aliases, exports etc. for interactive use in the file
    ~/.profile.d/.interactive_profile
which you will have to create if it does not exist already. They will be available to you after the next login or after you sourced the above file.

It is not recommended to load any modules or to execute any '. s.ssmuse.dot' commands in this file because some of them do not get along. Meaning if one module is loaded some other tools might not work anymore. So if you do decide to load any modules automatically and some other tool is not working, comment all automatic load(s) in the above file, open a new window and try the tool that did not work again.

Instead of loading modules automatically I suggest to create aliases. For example if you frequently want to read RPN files with Python3 you could create the following alias in the above file:

    alias py3='module load python3/miniforge3; module load python3/python-rpn; module load python3/outils-divers; source activate base_plus'

Then all you have to do if you want to use Python is to execute the "command" (alias): py3
As you can see it is possible to put several commands in the same alias by separating them with semicolons.

  • Aucune étiquette