You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Great tip. Many thanks.
If I run make-winpython-movable, I can se that it patches existing EXE.
But does it makes further installation of packages movable or should I run the make-winpython-movable script again for every upgrade/install ?
Thanks for clarifying.
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?
The text was updated successfully, but these errors were encountered: