pyperformance icon indicating copy to clipboard operation
pyperformance copied to clipboard

[Windows] Automatically run PC\layout after building python.exe

Open gvanrossum opened this issue 3 years ago • 0 comments

On Windows, after building a python.exe, before using it to run pyperformance, you need to run a special command PC\layout, which creates an installed-like tree structure, and then use the python.exe from that tree. It would be nice if this was automatically done by the compile command.

See https://github.com/python/pyperformance/issues/148#issuecomment-1081867800 and ff. for more details.

gvanrossum avatar Mar 31 '22 01:03 gvanrossum