Leo 6.7.8.post3 is now available on Leo's pypi page.
This version installs leo.exe, leo-c.exe, and leo-console.exe in the "Python3.x/scripts" folder. These scripts work for me.
This release concludes work on Leo 6.7.8. Onward!
Edward
Leo 6.7.8.post3 is now available on Leo's pypi page.
This version installs leo.exe, leo-c.exe, and leo-console.exe in the "Python3.x/scripts" folder. These scripts work for me.
Leo 6.7.8.post3 is now working as expected in an existing 'venv' w/i a Fedora 38 VM !
I've tried out installing post3 on my fleet of Linux VMs. It succeeded on all of them although for some I had to add the pip install option --break-system-packages. After installation, there was a also new "leo" script that launched Leo. So it looks like all Edward's hard work has paid off.
When I using `pipx inject leo /Users/mac/Desktop/proj/leo-editor` for newest code. it throws:
[snip]
error: package directory 'leo/doc/_static' does not exist
> When I using `pipx inject leo /Users/mac/Desktop/proj/leo-editor` for newest code. it throws:> error: package directory 'leo/doc/_static' does not exist> after `mkdir -p leo/doc/_static`, it works as before.> Maybe we need an empty .gitignore file in that folder?Why would an empty .gitignore folder help?My speculation is that perhaps leo-editor/MANIFEST.in should contain this line:include leo/doc/_static
Otoh, I don't understand the differences between pip and pipx.