This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
PowerToys
Watch
1
Star
0
Fork
0
You've already forked PowerToys
mirror of
https://github.com/microsoft/PowerToys.git
synced
2024-12-14 11:39:16 +08:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
c7e73924c8
PowerToys
/
PythonHome
/
pythonx.bat
6 lines
88 B
Batchfile
Raw
Normal View
History
Unescape
Escape
#191 add pip.bat for pip installing.
2014-10-11 18:08:43 +08:00
@
echo
off
set
PYTHONHOME
=
%CD%
set
PYTHONPATH
=
DLLs;Lib\site-packages
Pack python env to zip
2014-07-18 20:00:55 +08:00
python.exe -B
%*
Reference in New Issue
Copy Permalink