When I download python from the normal sources and install a library via pip install <program>, any resulting exe file in Scripts has an absolute path as the back-reference to "python.exe", i.e.:

Whereas WinPython only has "python.exe" as a back reference:


How did you manage to accomplish this?
When I download python from the normal sources and install a library via
pip install <program>, any resulting exe file in Scripts has an absolute path as the back-reference to "python.exe", i.e.:Whereas WinPython only has "python.exe" as a back reference:
How did you manage to accomplish this?