> T
> ​hanks for this. What do you mean 
> ​
> ​​
> by:
>
>     `pip install --editable` from Leo git checkout.
>

'clone' would have been the better word.

git clone http...leo-editor
pip install --editable .\path\to\code\leo-editor 

'editable' means pip creates launch wrapper scripts in PYTHONHOME\Scripts 
that points to the clone folder, e.g. c:\code\leo-editor. Without 
'editable' pip copies the contents of `leo-editor\leo`* to 
PYTHONHOME\Lib\site-packages, and points the launch scripts to that.  

With editable any changes made to the code folder are immediately available 
to the entire python environment You don't need to install again to check 
changes.

* ...but *not* the contents of leo-editor root folder.

The following fails for me on in both python environments.
>
...snip... 

Googling indicates skepticism that pyinstaller will Anaconda distros.
>
> What advice do you have?
>

I've no insight into what's different in our machines. I'll follow up with 
my detailed environment and install method. Maybe we'll spot something then.

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 https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to