pypa / installer

A low-level library for installing from a Python wheel distribution.
https://installer.readthedocs.io/
MIT License
123 stars 51 forks source link

GUI script should use pythonw.exe instead of python.exe on Windows #180

Closed frostming closed 1 year ago

frostming commented 1 year ago

https://github.com/pdm-project/pdm/issues/1804

This is to align with https://github.com/pypa/distlib/blob/05375908c1b2d6b0e74bdeb574569d3609db9f56/distlib/scripts.py#L97-L102

I can send a PR soon.