File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ export SHELL=$system_shell
34
34
echo " Step4: compile YouCompleteMe"
35
35
echo " It will take a long time, just be patient!"
36
36
echo " If error,you need to compile it yourself"
37
- echo " cd $CURRENT_DIR /bundle/YouCompleteMe/ && bash -x install.sh --clang-completer"
37
+ echo " cd $CURRENT_DIR /bundle/YouCompleteMe/ && python install.py --clang-completer"
38
38
cd $CURRENT_DIR /bundle/YouCompleteMe/
39
39
git submodule update --init --recursive
40
40
if [ ` which clang` ] # check system clang
41
41
then
42
- bash -x install.sh --clang-completer --system-libclang # use system clang
42
+ python install.py --clang-completer --system-libclang # use system clang
43
43
else
44
- bash -x install.sh --clang-completer
44
+ python install.py --clang-completer
45
45
fi
46
46
47
47
echo " Install Done!"
You can’t perform that action at this time.
0 commit comments