N:\>set HOME=N:\scratch\delete\home N:\>python N:\local\leo-editor\launchLeo.py python: can't open file 'N:\local\leo-editor\launchLeo.py': [Errno 2] No such file or directory
This didn't work for me. Wouldn't I need to have a new copy of Leo different than my usual git repo? Lewis On Tuesday, January 31, 2017 at 3:26:27 AM UTC+11, Terry Brown wrote: > > Can you try running Leo like this: > > mkdir d:\scratch\delete\home > set HOME=d:\scratch\delete\home > python d:\local\leo-editor\launchLeo.py > > (with whatever path suits instead of d:\scratch\delete\home of course) > > that's how I launch when I want to see default behavior. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
