Open wolf99 opened 4 years ago
The work-around proposed in the following answer works.
But this seems hacky at best.
Hi,
I managed to get this working on Ubuntu 20.04 LTS on WSL1. Works like a charm.
sudo apt-get install python-is-python3
I got it from https://stackoverflow.com/questions/41986507/unable-to-set-default-python-version-to-python3-in-ubuntu
Just change the shebang to #!/usr/bin/env python3
instead of wracking entire python 2.
From the README:
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).
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: