obviously don't try those first I'm just saying there's a stack of options to work with for any level of isolation you desire.
start with wheels if you just want pre-built binaries,
move up to conda if you need arch and OS-specific C libs that depend on system packages,
flatpack or docker if you dont want those to mess up your host,
or unikernel/firecracker/VMs if you need kernel modules or hardware virtualization.
start with wheels if you just want pre-built binaries, move up to conda if you need arch and OS-specific C libs that depend on system packages, flatpack or docker if you dont want those to mess up your host, or unikernel/firecracker/VMs if you need kernel modules or hardware virtualization.