I been running Leo from a local clone of 'develop' under full Anaconda, 
(not using env's, just adding things it complained about missing to the 
base site packages).  I've since gone to a miniconda base and created a 
conda env 'leobase'.  At some point playing with getting this barebones env 
to work, I found out what setup.py is for and realized I should be letting 
it handle this.  

Running:

> ./setup.py develop

in powershell, I found it bombed out due to the 'cleanup with janitor' - 
stuff.  I deleted the offending line and run it successfully.  Looking at 
the script terminal output, I see that it did this:

> Searching for setupext-janitor>=1.1
>
> Reading https://pypi.org/simple/setupext-janitor/
>
> Downloading 
>> https://files.pythonhosted.org/packages/fe/7c/21ab50164321e657d7ca281bc827b317351b0504dca72025b1e8063d4b91/setupext_janitor-1.1.2-py2.py3-none-any.whl#sha256=9cb4b72323c58b5a691d7bbb5b44079b0171c32297634b43b3ec21452bfa68ef
>
> Best match: setupext-janitor 1.1.2
>
> Processing setupext_janitor-1.1.2-py2.py3-none-any.whl
>
> Installing setupext_janitor-1.1.2-py2.py3-none-any.whl to 
>> c:\programdata\anaconda3\lib\site-packages
>
> Adding setupext-janitor 1.1.2 to easy-install.pth file
>
> This was using the 'develop' branch, if its 'setup.py' is the same as the 
release, then there is a subtle bug awaiting anyone who does not have 
setupext-janitor  already installed.

Tom
 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/37848c0c-7608-417a-be7c-f64b60bb1dc5%40googlegroups.com.

Reply via email to