I have a collaborator who uses a machine without access to the internet. It would be really convenient if I could send them a zip file that contains everything they need to run an environment (all packages, python binaries etc). I know their operating system.
I was thinking of creating a venv and sending it over, but there are probably issues with path variables that can arise with this.
What's the recommended method of doing this?