Re: Anaconda and Leo

2018-02-13 Thread Largo84
Yes, got it, thanks for clarifying. That's kinda what I thought, but wasn't sure. Rob... On Tuesday, February 13, 2018 at 3:30:03 AM UTC-5, Edward K. Ream wrote: > > > > On Mon, Feb 12, 2018 at 8:44 PM, Largo84 > > wrote: > >> So, is there an Anaconda update command that will pull in a more rec

Re: Anaconda and Leo

2018-02-13 Thread Edward K. Ream
On Mon, Feb 12, 2018 at 8:44 PM, Largo84 wrote: > So, is there an Anaconda update command that will pull in a more recent > 'official' release? > ​`conda update leo` should do this. However, what you are calling the latest "official" release is the latest Anaconda package for Leo. This has not

Re: Anaconda and Leo

2018-02-12 Thread Matt Wilkie
> Upgrade to any tag in the >> development version (after ~Dec 2017, earlier tags will probably fail): >> >> pip install --upgrade https:// >> github.com/leo-editor/leo-editor/archive/5.7b2.zip >> > > Sigh. One of these days I'll learn to test my e

Re: Anaconda and Leo

2018-02-12 Thread Matt Wilkie
> Upgrade to any tag in the > development version (after ~Dec 2017, earlier tags will probably fail): > > pip install --upgrade https:// > github.com/leo-editor/leo-editor/archive/5.7b2.zip > Sigh. One of these days I'll learn to test my examples!

Re: Anaconda and Leo

2018-02-12 Thread Matt Wilkie
> So, is there an Anaconda update command that will pull in a more recent > 'official' release? Or, is her machine stuck with whichever version was > installed initially? Or would I need to manually update her Leo package in > Anaconda whenever I think it's advantageous to do so? > Just to c

Re: Anaconda and Leo

2018-02-12 Thread Largo84
So, is there an Anaconda update command that will pull in a more recent 'official' release? Or, is her machine stuck with whichever version was installed initially? Or would I need to manually update her Leo package in Anaconda whenever I think it's advantageous to do so? Rob... > >>1. O

Re: Anaconda and Leo

2018-02-12 Thread Chris George
>From scratch, I install Anaconda and then install Leo using git. I start Leo using a shell script in a terminal that pulls the latest code, runs launchLeo.py --session-restore --session-save, then commits any changes in checked in Leo files to fossil once Leo is shut down. This keeps me up to dat

Re: Anaconda and Leo

2018-02-12 Thread Edward K. Ream
On Mon, Feb 12, 2018 at 7:06 AM, Largo84 wrote: I recently had to reinstall Leo on my assistant's PC after a computer > upgrade. I was sorta dreading the experience, but found that the Anaconda > route was actually pretty easy. > ​Good to hear. ​ > However, I have a documentation comment and a

Anaconda and Leo

2018-02-12 Thread Largo84
I recently had to reinstall Leo on my assistant's PC after a computer upgrade. I was sorta dreading the experience, but found that the Anaconda route was actually pretty easy. However, I have a documentation comment and a question: 1. Following the instructions, I tried the pip install leo c