1. Ok, so on dev machine I setup my global Python copying it from the installation of B4H 10.20+
2. Preparing an EXE to distribute -> use local Python
3. Given 1 & 2 above, when for a project I add a Python lib, should I add to both enviroments?
4. What about a VPS? Should I install from the OS repository a Python "package" and add needed libs to it?
5. Given 4 above, a Jserver+PyBridge will be directed to use the global Python active in the server (so, no embedded local py in jar)?
Sorry for so many questions, but I'd like to start in the right way with a "definitive" setup (then forget about it).
Meanwhile W3Schools lessons are useful to learn the basics and in no time be able to read not too compact code