I’m desesperatly searching a way to make a fully portable installation of platformIO on windows 10 environment.
Idealy also with a python portable installation.
The goal is to allow using PlatformIO on shared computers in a restricted network (school).
I found some usefull link but still not fully working.
- VSCode portable installation is fully documented - no problem (installing the zip and create a data directory)
- I ve seen usage of environment variable which seem works fine but not fully, trying to check and update environment at startup How can I instruct platformio to install packages like frameworks, etc., to a specific folder other than C:\Users? - #2 by ivankravets
- is changing PLATFORMIO_CORE_DIR enough to do all ?
- I ve also seen that platformIO download a portable version of python but need a python installed to run, should it be possible to put the portable python resident so that platformio dont need other python installed to start ? if not is there a way to install a portable python which could be used to launch platformIO (and variable to tell platformio where to search python)
Thank you in advance for answers or advices…
Remi