Hello Matt, Am Sa., 12. Okt. 2019 um 15:43 Uhr schrieb Viktor Ransmayr < [email protected]>:
> Hello Matt, > > Am Samstag, 12. Oktober 2019 14:10:24 UTC+2 schrieb Viktor Ransmayr: >> >> Am Do., 10. Okt. 2019 um 10:30 Uhr schrieb Matt Wilkie <[email protected] >> >: >> >>> I just pushed 51ca4f21b956beced0951de02a399e56a070ca01 which contains >>> generic install-from-source instructions for all platforms. It might need >>> some format tuning and perhaps other edting. I think it could replace or be >>> merged with a couple of the following nodes. Or at least something to >>> improve the flow and reduce redundancy. Have at 'er. ;-) >>> >> >> @Matt: Thanks for this. - I'll provide my feedback in the context of my >> attempt to install a version of the Leo Developement Branch in a new Python >> Virtual Environment (PyVE) without the need to use git as a Leo Newbie / >> Non Leo Developer ... >> > > Here's an **intermediate** status report, which show very nicely how > difficult it is to create correct & precise documentation. > > TL;DR : I ran into unforseen problems, since I don't use theWindows > Command Prompt but use PowerShell as my default console in Windows. > Here's a follow-up status report, which shows the limited progress I made: 1. Use 'wget' alias w/i PS. - OK. - See "Log-004" 2. Use 'extract-archive' w/i PS. - OK. - See "Log-005" 3. Use 'pip' w/i PS. - Not OK. - See "Log-006" Do you have an explanation, why pip fails in this context? For the moment I'll stop here - and - restart my activities concerning the usage of a 'usable' dark theme in a/ my Windows 10 environment. With kind regards, Viktor ### <Log-004> PS C:\Users\Viktor\pyve\github\leo-devel> wget -OutFile ./devel.zip https://github.com/leo-editor/leo-editor/archive/devel.zip PS C:\Users\Viktor\pyve\github\leo-devel> ls Verzeichnis: C:\Users\Viktor\pyve\github\leo-devel Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 12.10.2019 14:30 Include d----- 12.10.2019 14:30 Lib d----- 12.10.2019 14:30 Scripts -a---- 12.10.2019 16:41 11727380 devel.zip -a---- 12.10.2019 14:30 85 pyvenv.cfg PS C:\Users\Viktor\pyve\github\leo-devel> </Log-004> <Log-005> PS C:\Users\Viktor\pyve\github\leo-devel> expand-archive ./devel.zip PS C:\Users\Viktor\pyve\github\leo-devel> ls Verzeichnis: C:\Users\Viktor\pyve\github\leo-devel Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 12.10.2019 16:48 devel d----- 12.10.2019 14:30 Include d----- 12.10.2019 14:30 Lib d----- 12.10.2019 14:30 Scripts -a---- 12.10.2019 16:41 11727380 devel.zip -a---- 12.10.2019 14:30 85 pyvenv.cfg PS C:\Users\Viktor\pyve\github\leo-devel> </Log-005> <Log-006> PS C:\Users\Viktor\pyve\github\leo-devel> pip install --editable ./devel ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: C:\Users\Viktor\pyve\github\leo-devel\devel PS C:\Users\Viktor\pyve\github\leo-devel> </Log-006> -- 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/CAAeSrG%2BMbG0N6E4p_kJTu0VkifCViTf4jWumY4rW4OEq34%2BfRQ%40mail.gmail.com.
