ENCS Home Administration Alumni Departments Research News & Events Jobs
Search Service Desk:
Advanced
Quick links
Contact the Service Desk


Faculty, Staff, Students
Room: EV007.182
Phone ext.: 5713

Students, Staff
Room: H0964-00
Phone ext.: 4181


servicedesk@encs.concordia.ca

Service Desk

FAQ Index
 
Unix/Linux
Labs
When I type cmosis5, I get the error "The command is not found".
Login

[Modified Tuesday, Dec 3rd 2013 by sdesk86]

This is most likely caused by your PATH environment variable not having /usr/local/bin as part of the defined path.

You can simply type the entire command from your UNIX prompt such as:

/usr/local/bin/cmosis5
And it should work.

To check your PATH value type:

echo $PATH
If the path /usr/local/bin is not anywhere in the output, you will need to add it yourself with:

set path = ( $path ~/usr/local/bin )
To add this path permanently, add the above line to the end of your .cshrc file.



 
If you have any comments about the website please Contact us

Copyright © 2005 Faculty of Engineering & Computer Science