From 89dff597e23b2e050f92c1ad1faba845e1ae2dc2 Mon Sep 17 00:00:00 2001 From: Yongwen Zhuang Date: Fri, 29 Jun 2018 21:44:18 +0800 Subject: [PATCH] Update start.bat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SET PYTHONHOME= 解决系统之前装了Anaconda带来的问题。。。 --- start.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/start.bat b/start.bat index c5074d40c3..e43078d8bf 100644 --- a/start.bat +++ b/start.bat @@ -1,3 +1,4 @@ SET PYTHONPATH= +SET PYTHONHOME= "%~dp0%start.vbs" console