Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 525fbd9

Browse files
apt-get install添加python-dev和git
个别基于Ubuntu的发行版,缺python.h和git,需要安装python-dev和git。(我的是Elementary OS)
1 parent 3586742 commit 525fbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
echo "安装将花费一定时间,请耐心等待直到安装完成^_^"
33
if which apt-get >/dev/null; then
4-
sudo apt-get install -y vim vim-gnome ctags xclip astyle python-setuptools
4+
sudo apt-get install -y vim vim-gnome ctags xclip astyle python-setuptools python-dev git
55
else
66
sudo yum install -y gcc vim git ctags xclip astyle python-setuptools python-devel
77
fi

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /