From 90c41aceab029f060ab367b6ab8f17f3fedba29b Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Sat, 11 Oct 2014 18:08:43 +0800 Subject: [PATCH] #191 add pip.bat for pip installing. --- PythonHome/pip.bat | 2 ++ PythonHome/pythonx.bat | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 PythonHome/pip.bat diff --git a/PythonHome/pip.bat b/PythonHome/pip.bat new file mode 100644 index 0000000000..a6996adf51 --- /dev/null +++ b/PythonHome/pip.bat @@ -0,0 +1,2 @@ +@echo off +pythonx.bat Scripts\pip.exe %* diff --git a/PythonHome/pythonx.bat b/PythonHome/pythonx.bat index 15c1a2eb7c..3cf68b48c4 100644 --- a/PythonHome/pythonx.bat +++ b/PythonHome/pythonx.bat @@ -1,2 +1,5 @@ -set PYTHONPATH=DLLs;Lib\site-packages +@echo off +set PYTHONHOME=%CD% +set PYTHONPATH = DLLs;Lib\site-packages + python.exe -B %*