I have some python code on my PC, and an Anaconda environment with all the packages required to run it. This code has to be run on a PC that doesn't have any access to the internet, so the only way to transfer data to it would be with a USB stick. The destination PC already has Anaconda installed, with only the default base
environment that comes with the installation.
What is the best way to clone the environment on my PC to the PC that can't access the internet?
Thanks!