Skip to content

/usr/bin/env: python: No such file or directory #57

@wolf99

Description

@wolf99

From the README:

All you need to run ssh-ident is a standard installation of python >= 2.6, python > 3 is supported.

Assuming the comma implies "or" in the above.

I have a standard install of Python 3 in Ubuntu on WSL and is on the PATH (Python 2 is not_installed).

~❯ which python3
/usr/bin/python3

~❯ ~/bin/ssh
/usr/bin/env: ‘python’: No such file or directory

Can I make ssh-ident work as expected without directory shenanigans?

PS: Looks like the following runs... but is a bit more overhead in remembering to do it:

~❯ python3 ~/bin/ssh
Loading keys:
#... etc

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