Skip to content

Commit

Permalink
[bugfix] #1 感谢hequan2017的反馈
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomaoxue committed May 2, 2018
1 parent 7b8369e commit 9efb964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ $ echo 'LANG=zh_CN.UTF-8' > /etc/sysconfig/i18n

### 3.2 准备 Python3 和 Python 虚拟环境
```shell
$ yum groupinstall "Development tools" -y
#安装系统依赖
$ yum -y install wget sqlite-devel xz gcc automake zlib-devel openssl-devel epel-release git python-ldap
$ yum -y install wget sqlite-devel xz gcc automake zlib-devel openssl-devel epel-release git python-ldap openldap-devel python-devel

#安装python3.6
$ wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz
Expand Down

0 comments on commit 9efb964

Please sign in to comment.