Hi, in case someone else is having the same problem:
How can one select python3 over python2 if both are installed? Archlinux defaults to python3, leo to python2. Whenever I want to use a new module I have to install both the py2 and py3 version. (Or use only python2) .... One possible answer: The leo startup script (in my case "/usr/bin/leo") uses python2 explicitely. When I change the first line from #!/usr/bin/python2 to #!/usr/bin/python then the default version (py3) is used. Greetings -- 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.
