From 069cb8edafb1229b38680d1552a1f1a430837836 Mon Sep 17 00:00:00 2001 From: 1122455801 Date: Fri, 12 Apr 2019 21:46:48 +0800 Subject: [PATCH] Update install.md --- docs/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.md b/docs/install.md index 50744a87..a36dc137 100644 --- a/docs/install.md +++ b/docs/install.md @@ -91,10 +91,13 @@ $ bash Miniconda3-latest-Linux-x86_64.sh 安装过程中可以一直按“Enter”键继续下去,除了以下这点: 当询问是否把Miniconda设置为Python 默认环境时,把默认的"no"改成“yes”。原因是Ubuntu 18.04已有自带的Python 3.6与Python 2.7。 + ![enter image description here](https://vnpy-community.oss-cn-shanghai.aliyuncs.com/forum_experience/yazhang/install.bat/install_Miniconda_ubuntu.png "enter image title here") + 重启Ubuntu后,打开终端直接输入"python" 然后按“Enter”键: 若出现如下图,则表示成功把Miniconda设置为Python默认环境。 + ![enter image description here](https://vnpy-community.oss-cn-shanghai.aliyuncs.com/forum_experience/yazhang/install.bat/Conda_Python_version.png "enter image title here")