On Wednesday, March 20, 2024 at 3:13:41 AM UTC-5 Viktor wrote:
I installed Leo 6.7.8.post1 into an existing 'venv' on a Fedora 38 VM -
but - I could NOT run it using the 'leo' cmd from the shell.
I also tried installing Leo 6.7.8.post1 into a completely new Fedora 38 VM
w/o using a 'venv' - Same behaviour ...
Thanks for your testing! It looks like a post2 release is called for.
The old setup.py contained:
entry_points = {
'console_scripts': [
'leo-c = leo.core.runLeo:run_console',
'leo-console = leo.core.runLeo:run_console',
],
'gui_scripts': ['leo = leo.core.runLeo:run'],
}
but pyproject.toml does not contain anything similar.
*Leo's signon*
The post2 release revert Leo's signon to 6.7.8, *not* 6.7.8.post2.
Why? Because "post" releases should *only* fix release-related code, *never*
real bugs.
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/9b37f0f8-3e31-4e12-98dc-2ccd0b9cb1c1n%40googlegroups.com.