1 Star 0 Fork 1

debugging / YouCompleteMe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
micbou 提交于 2015-04-21 01:10 . Convert the install script to python
#!/bin/sh
echo "WARNING: this script is deprecated. Use the install.py script instead." 1>&2
SCRIPT_DIR=$(dirname $0 || exit $?)
command_exists() {
command -v "$1" >/dev/null 2>&1 ;
}
PYTHON_BINARY=python
if command_exists python2; then
PYTHON_BINARY=python2
fi
$PYTHON_BINARY "$SCRIPT_DIR/install.py" "$@" || exit $?
1
https://gitee.com/debugging/YouCompleteMe.git
git@gitee.com:debugging/YouCompleteMe.git
debugging
YouCompleteMe
YouCompleteMe
master

搜索帮助