echo 'alias relax ${HOME}/software/nmr-relax-code/relax' >> ${HOME}/.cshrc
</syntaxhighlight>
If you are using mac and BASH, then in $HOME/.bash_profile it should be with
'pythonw'.
<syntaxhighlight lang="bash">
alias relax="pythonw $HOME/software/nmr-relax-code/relax"
</syntaxhighlight>
Restart terminal to take effect
== See also ==
[[Category:Installation]]