> Just got a new Mac and was unable to install Leo after 2 hours of trying.
Oh that's ugly. Ouch. The most recent Mac install debugging effort has been here: https://github.com/leo-editor/leo-editor/issues/1288. I think the successful install path will resemble: - install Anaconda (via miniconda, so it's light weight) - conda install python, pyqt5 - download and unpack Leo source code - `pip install --editable path/to/code/leo-editor` - some monkeying around with PATH (see issue above, and linked discussions) That's more involved than we'd like of course, but without Mac developers around it's the best we have at the moment. I've no insight on the weird menu thing you describe. -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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/0df3c080-6c92-4a61-a071-5396629b3658%40googlegroups.com.
