Matt, what's your schedule for fixing the two issues labeled "pip"?
Matt, what's your schedule for fixing the two issues labeled "pip"?One is fixed (leo-console script on Windows). Desktop Links I need to break into sub-tasks, especially Linux portion. Windows part is 80% complete.
Hello Edward, hello Matt,
Am Samstag, 13. Juli 2019 17:07:44 UTC+2 schrieb Viktor Ransmayr:
Hello Edward, hello Matt,...
Installing Leo-devel via pip from GitHub into a new VE still does not work.
...
Now that Leo 6.1 is coming up, I tried again to use Leo-Dev in a dedicated Python Virtual Environment (PyVE) downloaded from GitHub & installed using pip.I'm running again into the same - or - a very similar situation.As you can see from my worklog, this time the current instance of Leo (let's call it Leo-stable) was explicitly closed before I started the new instance of Leo-devel.Any idea or recommendation what to try next?
Should it be possible to upgrade Leo in a given Python Virtual Environment from one Git revision to another one using the command "pip install https://github.com/leo-editor/leo-editor/archive/devel.zip --upgrade"?
Should it be possible to upgrade Leo in a given Python Virtual Environment from one Git revision to another one using the command "pip install https://github.com/leo-editor/leo-editor/archive/devel.zip --upgrade"?
pip show leo
leo --version
Sorry, I can't see. The log files seem to have been stripped from https://groups.google.com/d/msg/leo-editor/lshKKfYbILM/546TIe5KBgAJShould it be possible to upgrade Leo in a given Python Virtual Environment from one Git revision to another one using the command "pip install https://github.com/leo-editor/leo-editor/archive/devel.zip --upgrade"?Yes I expect that to work, but I haven't tested "in place upgrade from remote zip ball". I tend to download the archive first and/or `pip uninstall leo && pip install ...`.