mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
#191 add pip.bat for pip installing.
This commit is contained in:
parent
6e10dc2893
commit
90c41aceab
2 changed files with 6 additions and 1 deletions
2
PythonHome/pip.bat
Normal file
2
PythonHome/pip.bat
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@echo off
|
||||
pythonx.bat Scripts\pip.exe %*
|
||||
|
|
@ -1,2 +1,5 @@
|
|||
set PYTHONPATH=DLLs;Lib\site-packages
|
||||
@echo off
|
||||
set PYTHONHOME=%CD%
|
||||
set PYTHONPATH = DLLs;Lib\site-packages
|
||||
|
||||
python.exe -B %*
|
||||
|
|
|
|||
Loading…
Reference in a new issue