From 727e0795d6736d7802e84d0a383ede8449c7cf18 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 5 May 2019 15:54:51 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Linux=E4=B8=8BPython=E5=AE=89=E8=A3=85?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/installation/Linux下Python安装.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/installation/Linux下Python安装.md b/notes/installation/Linux下Python安装.md index 273a914..bf159c7 100644 --- a/notes/installation/Linux下Python安装.md +++ b/notes/installation/Linux下Python安装.md @@ -6,7 +6,7 @@ ### 1.环境依赖 -Python3.x的安装需要需要这四个依赖:gcc, zlib, zlib-devel, openssl-devel,这四个软件需要先进行安装 +Python3.x的安装需要这四个依赖:gcc, zlib, zlib-devel, openssl-devel,这四个软件需要先进行安装 ```shell yum install gcc -y