Tanks Erik for your aswer ...
As I Write yesterday for use halcompile I run usually "sudo halcompile" ...... but my installation is on linuxcnc-dev .... so nothings appear in root path .... using a siply "halcompile --compile xx" run perfect ... Any how I try your suggest for upgrade my experience.... Tanks A Lot Giorgio ________________________________ Da: Erik Christiansen <[email protected]> Inviato: domenica 27 novembre 2016 11.45 A: [email protected] Oggetto: Re: [Emc-users] run Lcnc ubuntu 14.04 rt_preempt 4.1.5 whithout rip-environment script 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 Emc-users Info Page - SourceForge<https://lists.sourceforge.net/lists/listinfo/emc-users> lists.sourceforge.net This list is for users of the Enhanced Machine Controller (EMC). Topics include how to obtain, install, configure, and use EMC, as well as other general EMC related ... ------------------------------------------------------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
