Setting the Path on Linux

The path needs to be set up so when Harmony launches Maya, it knows exactly where to look for the application. You can either do it in a tcshrc or a bash shell. In both instances, you are simply adding your path to the beginning of the $PATH environment variable. Note, this should generally be added to your .tcshrc file ( in your home directory ) or in your .bash_profile, depending on the type of shell you use.