Hello Félix, hello Edward, Félix schrieb am Freitag, 21. Mai 2021 um 04:05:14 UTC+2:
> > Now something that popped in my mind a second ago is intriguing me very > much: If someone had installed Leo with pip, would then it be possible for > that person to just start Leo, open leopyref.leo, hit ctrl+s, and have > launchLeo.py , flake8-leo.py, launchLeo-console.py, etc. be generated in > their root Leo installation folder? I don't think this is a good idea. - Matt Wilkie described the WHY well in issue 603 [1]: """ Basically anything in the root folder of the leo-editor code repository is not installed when using pip. This is because they need to be relative to ./leo-editor/leo folder, which make them at the top of ./site-packages, and thus in the global namespace and not part of leo (as far as python is concerned). ... """ I believe it is time now to seriously discuss his other proposal on "Root source code folder cleanup: justify your existence or be banished!"" [2] as well. With kind regards, Viktor -- [1] https://github.com/leo-editor/leo-editor/issues/603#issue-279265779 [2] https://github.com/leo-editor/leo-editor/issues/603#issuecomment-350173140 -- 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/2806d1d0-82c5-4583-8360-cedfe3a2cf20n%40googlegroups.com.
