I want to install python 3.8.6 on an M1 mac but that version has no arm compilation. Looking at this answer, I could install x86 brew but I already have a lot of other dependencies installed with my current brew version so I don't want to screw that up.
Is there a way to install brew to another folder similar to a venv in python?