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.
Start wsl Ubuntu Install git *$ sudo apt install git* Check git is installed *$ git --version* *$ git clone https://github.com/leo-editor/leo-editor.git$ cd leo-editor* Note - When using pip, the "--break-system-packages" option is needed. So use: *~/leo-editor$ python3 -m pip install --break-system-packages -r requirements.txt* It was necessary to install these 3 packages: *$ sudo apt install libnss3$ sudo apt install libatomic1$ sudo apt install libxkbfile1* Finally I had Leo running fully on wsl Ubuntu-22.04, with both Freewin and VR3 plugins running. You may want to try wsl Ubuntu-24.04 Feel free to ask for help. For clarity I have omitted some possible * fetch-pack* errors. Regards Lewis -- 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/bcddd115-ba77-4772-87b9-3d1c50042f3cn%40googlegroups.com.
