1
0
Fork 0
mirror of synced 2024-06-22 00:41:10 -04:00

Use python if python3 alias is unavailable; some systems use python as alias for Python 2

This commit is contained in:
Wu Tingfeng 2023-01-02 00:57:25 +08:00
parent 72e1499d27
commit 4a43316b67
No known key found for this signature in database

View file

@ -61,7 +61,7 @@ If you have vim aliased as `vi` instead of `vim`, make sure to either alias it:
## How to update to latest version?
git pull
python update_plugins.py || python3 update_plugins.py # use python3 if python is unavailable
python3 update_plugins.py || python update_plugins.py # use python if python3 is unavailable
## Some screenshots