I created a little script that download and install python3 silently on Windows.
The problem is that I need to launch CMD as admin before using node myfile.js
.
Is this a way to ask people to execute as admin in the beginning of the nodejs script?
I also need a way to change the system PATH to add python PATH permanently. Is this possible?