This commit is contained in:
2025-08-28 20:26:41 +02:00
parent fc947a3d37
commit dd98e3ed99
47 changed files with 2746 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
import sys; sys.__plen = len(sys.path)
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)

View File

@@ -0,0 +1,8 @@
[
{ type: install
message: <<EOM
Only %%PREFIX%%/bin/easy_install-%%PYTHON_VER%% script has been installed
since Python %%PYTHON_VER%% is not the default Python version.
EOM
}
]