How to install packages to SD card?
-
Basically I need Python 2.7 and Python 3 for various scripts that I have. I can't have them both installed on my omega with all of the libraries needed. How can I install packages to my SD card?
I created a partition on my SD card in ext4 to access it but haven't been able to install anything to it.Edit: So I did an extroot with pivot-overlay and now there is an overlay directory with, what it seems, a copy of root and some other directories. When I install new packages they do appear in /overlay/upper/usr/lib/ but they also appear in /usr/lib which just takes up space on the omega, leading to not being able to install more packages once it is full.