Thanks Matt, but where or how do I run *python3 path/to/leo-editor/launchLeo.py *?
Is *python3* an integral part of the command or does it mean I should run it in *Python3*? I have *no *idea how Python works. I once managed to write a four–line Python program but that is about it. At Root or in /leo-editor I get errors. Example *john@jonh-T510:~$ python3 path/to/leo-editor/launchLeo.pypython3: can't open file 'path/to/leo-editor/launchLeo.py': [Errno 2] No such file or directory* Within Python3 *>>> path/to/leo-editor/launchLeo.pyTraceback (most recent call last): File "<stdin>", line 1, in <module>NameError: name 'path' is not defined>>> * Thanks for all the help and patience On Fri, 15 Feb 2019 at 03:07, Matt Wilkie <[email protected]> wrote: > >> john@jonh-T510:~$ leo >> Command 'leo' not found, but can be installed with: >> sudo apt install libwww-dict-leo-org-perl >> john@jonh-T510:~$ >> >> > > Try this: > > python3 path/to/leo-editor/launchLeo.py > > I think Leo is installing the launch wrapper scripts to a > PYTHONHOME/Scripts directory that is not in your PATH > > > matt > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/d/optout. > -- John Kane Kingston ON Canada -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
