Is your feature request related to a problem? Please describe.
Some packages install their own executables/scripts, for example https://pypi.org/project/ninja/, this won't get a launcher/shim when you run py install --refresh, leaving them inaccessible.
Describe the solution you'd like
Do create launchers/shims for those.
Describe alternatives you've considered
Install such things in an alternative way.
Additional context
Is your feature request related to a problem? Please describe.
Some packages install their own executables/scripts, for example https://pypi.org/project/ninja/, this won't get a launcher/shim when you run
py install --refresh, leaving them inaccessible.Describe the solution you'd like
Do create launchers/shims for those.
Describe alternatives you've considered
Install such things in an alternative way.
Additional context