[issue39025] Windows Python Launcher does not update PATH to Scripts directory

Steve Dower report at bugs.python.org
Wed Dec 11 11:44:31 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

> Moreover, some of these C++ exectuables depends on DLL which are only in the Scripts directory and it might not work.

In this case, perhaps these tools should be in a separate directory? A simple .py script could be added to Scripts that works with "-m" and launches the executable.

> I do not think that your proposal addresses the full problem.

You'll have to excuse us. We've had a lot of experience in this area with this problem, and so we'll be very quick to rule out imaginary proposals like the one you posted that we know are technically infeasible.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39025>
_______________________________________


More information about the Python-bugs-list mailing list