[Python-ideas] py launcher for Linux?

Serhiy Storchaka storchaka at gmail.com
Wed Apr 16 10:07:25 CEST 2014


16.04.14 05:12, Nick Coghlan написав(ла):
> Something that came up during PyCon was the idea of a "py" script that
> brought "Python Launcher for Windows" explicit version dispatch to Linux.
>
> Anyone care to try their hand at writing such a script?

$ alias py=

or script:

$ cat py
#!/bin/sh
"$@"




More information about the Python-ideas mailing list