Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

If one or both of the following two files exist remove them or change their name, for example to:

Volet
    mv ~/.bash_profile ~/.bash_profile-
    mv ~/.bashrc ~/.bashrc-

On Beluga, to use the old Beluga environment, create the file ~/.modulerc:

...

Then I suggest you create a link to our common '.group_profile'.
This will give you some basic aliases I find quite useful. Have a look at them if you like.
I will keep adding aliases and exports to this file.
   


Volet
ln -s ~winger/.published_profile.d/.group_profile   ~/.profile.d/.group_profile


Your own personal aliases, exports, s.ssmuse.dot etc. for interactive use will go into the file

Volet

...

~/.profile.d/.interactive_profile


which you will have to create.

...