Equivalent to "py.exe" for Ubuntu 24.04

Hello everyone.

Can someone please tell me where to find an equivalent to “py.exe” specifically built for Ubuntu 24.04 under WSL.

Thanks!

What feature of py.exe do you need?

If you just want to type py then you could add an alias to your .bashrc.

alias py=python

Maybe this: https://python-launcher.app/