Hi Mike and Edward - thanks for your help - the reason I haven't been quicker in my thanks is that I've struggled to get the solution to work. If I type python at the command prompt (win 10 64 bit) I get the Miniconda Python environment. My path in environment variables points to the miniconda installation. However if I run leo I end up in my C:\python34 environment.
Having got a bit sick of this and wanting to update python to 3.6 I uninstalled 3.4 and used conda to upgrade to 3.6. If I run python from a command line it runs 3.6 as you might expect. My batch file looks like this C:\users\Israel\miniconda\python.exe C:\Users\Israel\leo-editor\launchLeo.py And now Leo doesn't run at all. The log is brief leoID=IH (in C:\emacs-24.3\.leo) reading settings in C:\Users\Israel\leo-editor\leo\config\leoSettings.leo reading settings in C:\emacs-24.3\.leo\myLeoSettings.leo And now I'm not sure what to do! I'm on firmer ground with a Raspberry Pi 3 - it can be used as a tidy media streamer - there's a European company making a really nice analogue audio output plug in card - EKR - if you are a media streaming kind of guy who wants to play high quality audio from the Pi, drop me a line on inbox at mcghees.com with your address and I'll send one over. IH On Tuesday, 24 January 2017 17:46:21 UTC, Edward K. Ream wrote: > > > > On Tue, Jan 24, 2017 at 11:44 AM, Edward K. Ream <[email protected] > <javascript:>> wrote: > >> On Tue, Jan 24, 2017 at 11:40 AM, Mike Hodson <[email protected] >> <javascript:>> wrote: >> >> > One of the easier things to do is to make a .cmd/.bat file that >> launches the proper Python interpreter against the launchLeo.py file. This >> should have the effect of running Leo always in the same interpreter >> regardless of what you have on your system otherwise. >> >> I agree. That's what I do. >> >> Having said that, I only use Anaconda anymore. >> > > I use both Anaconda 2 and 3. I have batch/shell files called e, e2, s, > s2, u and u2. For each pair, the first runs Python 3 (preferred) while the > second runs Python 2, for regression testing. > > EKR > -- 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.
