#191 add pip.bat for pip installing.

This commit is contained in:
qianlifeng 2014-10-11 18:08:43 +08:00
parent 6e10dc2893
commit 90c41aceab
2 changed files with 6 additions and 1 deletions

2
PythonHome/pip.bat Normal file
View file

@ -0,0 +1,2 @@
@echo off
pythonx.bat Scripts\pip.exe %*

View file

@ -1,2 +1,5 @@
set PYTHONPATH=DLLs;Lib\site-packages
@echo off
set PYTHONHOME=%CD%
set PYTHONPATH = DLLs;Lib\site-packages
python.exe -B %*