Removed the Python 3 refernce, should just be the default Python
This commit is contained in:
parent
f951c246a6
commit
901655ef04
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Just do a git rebase!
|
||||||
|
|
||||||
cd ~/.vim_runtime
|
cd ~/.vim_runtime
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
python3 update_plugins.py
|
python update_plugins.py
|
||||||
|
|
||||||
|
|
||||||
## Some screenshots
|
## Some screenshots
|
||||||
|
|
Loading…
Reference in a new issue