From 9e4df7d139e1febde108bc0eb9658ea9d72db813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 14 Sep 2016 21:38:37 +0200 Subject: [PATCH] Use python3 to install YCM --- common/configure_fresh_system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index 51055965..fc493472 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -108,7 +108,7 @@ if [[ -z $NOVIM ]]; then echo "\n" | vim +PluginInstall +qa if [[ -z $NOYCM ]]; then cd ~/.vim/bundle/YouCompleteMe - ./install.py --clang-completer --racer-completer --tern-completer + python3 ./install.py --clang-completer --racer-completer --tern-completer fi fi