Hello Matt, Am Samstag, 12. Oktober 2019 15:43:05 UTC+2 schrieb Viktor Ransmayr: > > 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 <map...@gmail.com >> >: >> >>> 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. > > Longer version of the story: > > I tried to follow your instructions as closely as possible: > > :: > > Assumes **Python 3.6+** is installed and in PATH. > > Installing from source code into a new environment must be done in > discrete steps: **download**, **unpack archive**, and **install as > editable** mode. > > Example:: > > wget https://github.com/leo-editor/leo-editor/archive/devel.zip > 7z x devel.zip -o C:\apps > pip install --editable C:\apps\leo-editor-devel >
I now adjusted my approach. - That is I tried to follow your instructions as closely as possible - but - take explicitely into account that I'm using Powershell 5 & Windows 10 ... Here are the steps that I used for my second attempt : 1. Create & activate a new PyVE. - OK. - See "Log-001" 2. Use 'Invoke-WebRequest' to download the current version of 'devel.zip' from GitHub. - OK. - See "Log-002" 3. Use 'Expand-Archive' to extract the downloaded archive. - OK. - See "Log-003" 4. Use 'pip' to install 'leo-devel'. - OK. - See "Log-004" 5. Start 'leo-devel' - Not OK. - No further information available ... 6. Close the 'leo-master' instance and retry to start 'leo-devel' using 'leo-m' ... 7. Start 'leo-devel' again. - Not OK. - See "Log-005" I'm just reporting the content of 'Log-005' here. Now I really need your feedback on what the problem is ... With kind regards, Viktor ### <Log-005> (leo-devel) PS C:\Users\Viktor\pyve\github\leo-devel\devel> cd .. (leo-devel) PS C:\Users\Viktor\pyve\github\leo-devel> leo-m --global-docks: False Leo 6.1-devel leo_excepthook Uncaught Python exception: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'C:/users/viktor/pyve/ve4ileo/lib/site-packages/leo/doc/quickstart.leo' NoneType: None (leo-devel) PS C:\Users\Viktor\pyve\github\leo-devel> </Log-005> -- 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 leo-editor+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/5df201af-c47d-4459-aec3-b8f9818551fe%40googlegroups.com.