Re: Quick steps on how I got Leo working on Windows 11

2023-10-15 Thread Matt Wilkie
Additional note: Refreshenv allows carrying out all commands in a single session. Without this opening a new CMD shell several times to catch changes each of the installs make is necessary. On Sunday, October 15, 2023 at 9:33:24 p.m. UTC-7 Matt Wilkie wrote: > Thanks for the feedback! > >

Re: Quick steps on how I got Leo working on Windows 11

2023-10-15 Thread Matt Wilkie
Thanks for the feedback! My mistake. Sudo comes with Gsudo, and I forgot I had done that. (`winget install gsudo`). Installing Leo from Pypi on Py v3.12 will not work until next Leo release (see https://github.com/leo-editor/leo-editor/pull/3612 and

Re: Quick steps on how I got Leo working on Windows 11

2023-10-15 Thread Thomas Passin
sudo setx /M PIPX_BIN_DIR C:\bin Where did we get *sudo* from? Does it come with *winget*? Did this work for Leo with Python 3.12? Because something seems to be mis-configured with what's on PyPi right now, and it doesn't work. On Monday, October 16, 2023 at 12:17:14 AM UTC-4

Re: Quick steps on how I got Leo working on Windows 11

2023-10-15 Thread Matt Wilkie
Here's my recipe. Building qt and Anaconda are not needed. Installing Leo from scratch on a new machine, following my preferences, some adjustment may be needed to match yours. Overview All but step 1 can be done from the command line, below. 1. Install the winget

Re: Quick steps on how I got Leo working on Windows 11

2023-10-15 Thread David Szent-Györgyi
On Saturday, October 14, 2023 at 10:01:44 AM UTC-4 tbp1...@gmail.com wrote: I'd say this is how to get it installed using Anaconda, which apparently is not the same as using Python from python.org. For one thing, using python.org you don't have to install build tools to build pyqt5 (and note