rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

fix windows builds

Open CGQAQ opened this issue 2 years ago • 1 comments
trafficstars

Windows don't have python3

CGQAQ avatar Sep 07 '23 05:09 CGQAQ

Windows don't have python3

It depends on different ways of installing python.

Official python window installer indeed doesn't provide a python3.exe.

While other installers for example scoop, winget may provide python3.exe.

Maybe keep the code simple and stupid, don't involve too much logics here. Anyway you can use the PYTHON env var to customize.

linrongbin16 avatar Sep 16 '24 01:09 linrongbin16