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:
- Following the instructions, I tried the pip install leo command in the Anaconda console, but got a permissions error. I had to run the Console command as an Administrator (right-cick and select). Perhaps that should be added to the Leo docs as it may not be obvious to others (it wasn't to me at first)?
- On my own machine, I always run Leo from a GitHub directory so I can run the most current version. What about on her machine? How does Anaconda work to keep Leo updated?
--
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 leo-editor+unsubscribe@googlegroups.com.
To post to this group, send email to leo-e...@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.
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?
pip install --upgrade leo
So, is there an Anaconda update command that will pull in a more recent 'official' release?