Hi,
in my department, home on linux is on server and not localy.
So we use platformIO it installs compiler, library into the home, so on linux it is “nearly” impossible to compile, it takes lot of time.
On windows it is installed on C:\ so it works fine.
Is there a way to force platformIO to install that on system and not into home ?
Or maybe a method to copy from home to system (localy) and use it by symbolink name ?
Sincerely
Set the PLATFORMIO_CORE_DIR variable to a path that is truely on the local computer then, and not on some sort of shared server (~/.bashrc, ~/.profile or wherever)