On 27.11.16 10:20, giorgio foga wrote: > About halcompile .... in normal installation for some comp need sudo > halcopile .... but in these case (the install is not in root dir) with > sudo halcompile return : error: halcompile command not found!!
Have you tried: $ locate halcompile That should show the path to it, if it's installed, and the machine has been rebooted since installation, or: $ sudo updatedb has been run instead. (No need to do both.) Then: $ echo $PATH will show whether your shell knows the way there, and if it doesn't you can add it in .bashrc, or better yet, .profile, if you're using bash. Erik ------------------------------------------------------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
