I have two Mac PCs whose version is 10.14.
I installed Jedi on one of my Macs a years ago
and installed Jedi on the other some days ago.
The older emacs-jedi system works well, but the newer doesn't.
I found a defference between them in ~/.emacs.d/.python-environments/default/bin/jediepcserver.
The shebang of that of correctly working system is:
#!/Users/username/.emacs.d/.python-environments/default/bin/python3.7
But that of broken is:
#!/usr/local/opt/python/bin/python3.7
I rewrote second shebang to first shebang.
Then the broken jedi worked.
I have two Mac PCs whose version is 10.14.
I installed Jedi on one of my Macs a years ago
and installed Jedi on the other some days ago.
The older emacs-jedi system works well, but the newer doesn't.
I found a defference between them in ~/.emacs.d/.python-environments/default/bin/jediepcserver.
The shebang of that of correctly working system is:
#!/Users/username/.emacs.d/.python-environments/default/bin/python3.7
But that of broken is:
#!/usr/local/opt/python/bin/python3.7
I rewrote second shebang to first shebang.
Then the broken jedi worked.