This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Description
Hi @dsroberts,
I was wondering how we could support Python package development in the containerized environment.
Doing a pip install -e does seem to install the package in the squash filesystem but I am not sure it will work.
Also, my understanding is that anyone can do that and potentially mess up the squashfs... Am I right?
Romain