Unverified Commit 786f9e39 authored by wojiushixiaobai's avatar wojiushixiaobai Committed by GitHub

Merge pull request #1835 from wojiushixiaobai/docs

[Fix]修改错误的内容
parents 3f9f66f6 26fa9d05
......@@ -33,7 +33,7 @@
$ source /opt/py3/bin/activate
# 配置 autoenv
$ git clone git://github.com/kennethreitz/autoenv.git
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
......
......@@ -79,7 +79,7 @@ CentOS 7 安装文档
# 自动载入 Python3 虚拟环境
$ cd /opt
$ git clone git://github.com/kennethreitz/autoenv.git
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
......
......@@ -57,7 +57,7 @@
::
$ cd /opt
$ git clone git://github.com/kennethreitz/autoenv.git
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
......
......@@ -79,7 +79,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
::
$ cd /opt
$ git clone git://github.com/kennethreitz/autoenv.git
$ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment