We are facing the problem where the python libraries and files saved on local storage vanishes when we reboot or power off and then turn on the raspberry pi 4 model B. Where can we store the files instead of bin?
Hi,
The terminal on BlueOS is running inside the docker container, which means most of the things you do there are not persistent. you can install things in the host OS if you need to. You can use red-pill
to login on the host OS, as explained in the welcome message on the terminal tab.
2 Likes
Hi @Abinesh,
Note that we generally recommend avoiding installing files in the host OS unless it’s essential to do so. Instead, it’s best to either make use of an existing BlueOS Extension (Jupyter and OpenVSCode are relevant for Python development), or develop your own Extension