On Fri, Nov 13, 2015 at 08:14:15PM -0500, Fernand Veilleux wrote:
> Hello
> 
> How do I set-up rip-environment ?
> Typing ./rip-environment or ./rip-environment.in in a terminal result in 
> either No file of this type or Permission not allowed

The top-level README says this at the bottom:
    [T]o run the software go back to the top level directory, and issue:

      . scripts/rip-environment
      linuxcnc

The space between "." and "scripts" is not an error.  The "." built in
command causes the contents of the named file to be executed within the
currently active shell.  Doing this modifies shell and environment
variables like PATH so that the "linuxcnc" command refers to the one in
this source directory which you built earlier with compile and make.

Jeff

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to