rusty_v8
rusty_v8 copied to clipboard
fix windows builds
trafficstars
Windows don't have python3
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.