12 lines
608 B
Diff
12 lines
608 B
Diff
--- installer-0.5.1/src/installer/__main__.py.orig 2022-06-19 18:30:28.683232600 +0200
|
|
+++ installer-0.5.1/src/installer/__main__.py 2022-06-19 18:32:39.694046700 +0200
|
|
@@ -86,7 +86,7 @@
|
|
with WheelFile.open(args.wheel) as source:
|
|
destination = SchemeDictionaryDestination(
|
|
scheme_dict=_get_scheme_dict(source.distribution, prefix=args.prefix),
|
|
- interpreter=sys.executable,
|
|
+ interpreter= r'<launcher_dir>\python.exe',
|
|
script_kind=get_launcher_kind(),
|
|
bytecode_optimization_levels=bytecode_levels,
|
|
destdir=args.destdir,
|