mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Fix python env issues.
This commit is contained in:
3
PythonHome/Lib/site-packages/easy-install.pth
Normal file
3
PythonHome/Lib/site-packages/easy-install.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
import sys; sys.__plen = len(sys.path)
|
||||
./beautifulsoup4-4.3.2-py2.7.egg
|
||||
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new)
|
||||
Reference in New Issue
Block a user