Hello Jan, Am So., 19. Apr. 2020 um 17:24 Uhr schrieb Iohannes < [email protected]>:
> > thank you very much for your answer! I have followed your instruction. > After some struggle (I had to change the maximal lenght of PATH of the > filesystem), I have been able to install it. Yet, the last command gives me > an error: > > PS C:\Users\HOMEDIR\PyVE\PyPI\Leo> leo --use-docks > leo : The term 'leo' is not recognized as the name of a cmdlet, function, > script file, or operable program. Check the > spelling of the name, or if a path was included, verify that the path is > correct and try again. > At line:1 char:1 > + leo --use-docks > + ~~~ > + CategoryInfo : ObjectNotFound: (leo:String) [], > CommandNotFoundException > + FullyQualifiedErrorId : CommandNotFoundException > > ... > > Any suggestion? > What's the value of your PATH environment variable? In other words: what does the following command in Powershell report for you, before you try 'leo --use-docks'? PS C:\Users\viktor\PyVE\PyPI\Leo> $env:path In my case it does report: *C:\Users\viktor\PyVE\PyPI\Leo\scripts*;C:\Windows\system32; ... as the very first entry. - This is where the file 'leo.exe' is found. >From what you report, it looks like a problem with your Python virtual environment! With kind regards, Viktor -- 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/CAAeSrGL0aK5qVGYLSnr%2BdeuBPM-X6gL3uXxg2XYgL%2B4fw9konQ%40mail.gmail.com.
