On Wed, Nov 19, 2014 at 9:57 AM, <[email protected]> wrote:
> guess, I have to change the leoSettings.leo file. One option would be to set HOME somewhere else before running Leo. That might cause knock-on effects down the road if you rely on HOME for other things in that same shell/session. Windows counter example for Terry's Linux one: set HOME=B:\apps\Leo5 python -c "import leo.core.runLeo; leo.core.runLeo.run()" This might be better (untested, not sure if the last "move" command will wait for Leo to exist first): @Echo off :: Leo v5, don't use old settings move %HOME%\.leo5 %HOME%.\leo python -c "import leo.core.runLeo; leo.core.runLeo.run()" %* move %HOME%\.leo %HOME%.\leo5 NB: Using -c instead of "path\to\LaunchLeo.py" only works if Leo is in %PYTHONHOME%\lib\site-packages or other syspath folder. -matt -- 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
