Skip to content

Wrong shebang? #346

@Dolgorbie

Description

@Dolgorbie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions