mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 18:14:09 +08:00
anypython: Try supported numbered python3 versions
In case someone doesn't even have a `python3` symlink.
This commit is contained in:
parent
83c657c010
commit
ea0a0991a1
@ -1,6 +1,6 @@
|
||||
function __fish_anypython
|
||||
# Try python3 first, because that's usually faster and generally nicer.
|
||||
for py in python3 python3.7 python2 python2.7 python
|
||||
for py in python3 python3.{9,8,7,6,5,4,3} python2 python2.7 python
|
||||
command -sq $py
|
||||
and echo $py
|
||||
and return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user