> What's more, if I set PYTHONPATH to point to my git clone location, the > leo command launches Leo from there instead of from the standard > install. Excellent - that's just what I would want. >
Cool, I didn't know that. > OTOH, I don't see a leo.exe command in the Git clone. I suppose that it > gets built somewhere for the Leo wheel for Windows, is that right? > Right, pip builds the wrappers in PYTHONHOME/Scripts at install time. It takes care of linking to the desired python interpreter in the right location (on Linux this means puting in the correct path in the shebang line). leo.exe is the same as "pythonW.exe -m leo ..." and "leo-messages.exe" is same as "python.exe -m leo ..." (no 'w'). -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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/5e041b89-db03-4b1a-94cd-3810961c5d90%40googlegroups.com.
