Your actual .leo files are probably still there, where ever they were before. You could look for them with find. Then after getting Leo reinstalled, you should be good to go.
Tom, you have saved my bacon. .leoRecentFiles found the missing file, 7 directories deep at usr/local/lib/python3.7/site-packages/Leo/doc/. The file appears uncorrupted, but it seems to be the only copy of that file anywhere on the system. I have made another copy now. And python3.7 is present, although I think python3.9 supplanted it when I installed it. Doesn 't matter I guess, as presumably Leo and Python will find each other.
Now to reinstall Leo and implement a sensible strategy with leo files. Here's what I get with pip install leo:
jam$ pip install leo
Traceback (most recent call last): File "/Users/jam/anaconda2/bin/pip", line 7, in <module> from pip.internal.main import main ImportError: No module named pip.internal.main
Where do I go from here? Thanks.
Tom, you have saved my bacon. .leoRecentFiles found the missing file, 7 directories deep at usr/local/lib/python3.7/site-packages/Leo/doc/. The file appears uncorrupted, but it seems to be the only copy of that file anywhere on the system. I have made another copy now. And python3.7 is present, although I think python3.9 supplanted it when I installed it. Doesn 't matter I guess, as presumably Leo and Python will find each other.
:) We all need help sometimes, don't we?
Andrews-iMac:~ jam$ python3.6 -m pip list -bash: python3.6: command not found Andrews-iMac:~ jam$ python3.7 -m pip list -bash: python3.7: command not found Andrews-iMac:~ jam$ python3.9 -m pip list Package Version
pip 20.2.3 setuptools 49.2.1 WARNING: You are using pip version 20.2.3; however, version 20.3.3 is available. You should consider upgrading via the '/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/bin/python -m pip install --upgrade pip' command. Andrews-iMac:~ jam$ /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/bin/python -m pip install --upgrade pip -bash: /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/bin/python: No such file or directory Andrews-iMac:~ jam$ /usr/local/Cellar/python/3.9/Frameworks/Python.framework/Versions/3.9/bin/python -m pip install --upgrade pip -bash: /usr/local/Cellar/python/3.9/Frameworks/Python.framework/Versions/3.9/bin/python: No such file or directory Andrews-iMac:~ jam$ python --version Python 2.7.14 :: Anaconda, Inc.
Despite the glitch with pip, it appears I have python3.9, so I went ahead with:
Andrews-iMac:~ jam$ python 3.9 - leo.core.runLeo python: can't open file '3.9': [Errno 2] No such file or directory
Despite the glitch with pip, it appears I have python3.9, so I went ahead with:
Andrews-iMac:~ jam$ python 3.9 - leo.core.runLeo python: can't open file '3.9': [Errno 2] No such file or directory
Should take notes.