Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ /ncmir/local.linux.amd64/Amira-5.4/bin/start &

If you want, you can setup your login script to alias this command to the command 'amira'. To do this, add the following line to your .bashrc file by editing it in a text editor (vi, emacs, nano, etc.):

Code Block
alias amira='/ncmir/local.linux.amd64/Amira-5.4/bin/start &'

If you do this, the next time you use Amira, you will only have to type the command 'amira' rather than the full path.

...