Yes, you have to use --user --break-system-packages to pip-install with the system's Python installation. I've finally broken down and used a venv for my latest LinuxOS. I run Leo with a script that activates the venv and runs Leo with the venv. Remember that in Linux, you have to *source* the activation script. IOW, in Windows you would write something like this:
venv\leo-editor\scripts\activate In Linux you need: *source* venv/leo-editor/bin/activate # or wherever the activate script is On Tuesday, October 15, 2024 at 8:23:52 AM UTC-4 Edward K. Ream wrote: > On Tue, Oct 15, 2024 at 6:45 AM lewis <[email protected]> wrote: > >> In response to Edward's request for experiences running Leo on wsl, here >> is a summary on running Leo on wsl Ubuntu-22.04 using the recommended >> github installation method. See >> https://leo-editor.github.io/leo-editor/installing.html for the basic >> procedure. >> In wsl I did *NOT* have success using *pip install leo*, so this summary >> is focused on using Git to install Leo. >> > > Excellent! I'll try your approach later today. > > Edward > -- 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/f5b9a5eb-3a39-482c-9a00-4a0cb887b565n%40googlegroups.com.
