Commit 26fa9d05 authored by wojiushixiaobai's avatar wojiushixiaobai

修改错误的内容

parent 3f9f66f6
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
$ source /opt/py3/bin/activate $ source /opt/py3/bin/activate
# 配置 autoenv # 配置 autoenv
$ git clone git://github.com/kennethreitz/autoenv.git $ git clone https://github.com/kennethreitz/autoenv.git
$ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc $ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc $ source ~/.bashrc
......
...@@ -79,7 +79,7 @@ CentOS 7 安装文档 ...@@ -79,7 +79,7 @@ CentOS 7 安装文档
# 自动载入 Python3 虚拟环境 # 自动载入 Python3 虚拟环境
$ cd /opt $ 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 $ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc $ source ~/.bashrc
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
:: ::
$ cd /opt $ 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 $ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.bashrc $ source ~/.bashrc
......
...@@ -79,7 +79,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html> ...@@ -79,7 +79,7 @@ Yum 加速设置请参考 <http://mirrors.163.com/.help/centos.html>
:: ::
$ cd /opt $ 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 $ echo 'source /opt/autoenv/activate.sh' >> ~/.bashrc
$ source ~/.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