> On 20. Aug 2020, at 13:34, andy pugh <[email protected]> wrote: > > On Thu, 20 Aug 2020 at 12:21, John <[email protected]> wrote: > >> /usr/bin/env: ‘linuxcnc-python’: No such file or directory >> make: *** [../docs/src/Submakefile:562: .html-images-stamp] Error 127 > > One for Rene, > https://github.com/LinuxCNC/linuxcnc/blob/master/scripts/linuxcnc-python.in > > If you run ./configure then it looks like a script (linuxcnc-python) > should be put in /usr/bin/env that calls the installed version of > Python. > > Though I am a little surprised to see it done as a script rather than a link.
Its not the installed version, that would be easy. Its the version that was passed to configure script with —with-python. The script is not available in an installed version, only rip. > > -- > atp > "A motorcycle is a bicycle with a pandemonium attachment and is > designed for the especial use of mechanical geniuses, daredevils and > lunatics." > — George Fitch, Atlanta Constitution Newspaper, 1912 > > > _______________________________________________ > Emc-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-developers _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
