Moving conda environments cross-platform offline
I am currently working with Anaconda on windows. I want to move the virtual environment to my other system, which uses linux as operating system. The problem is that the linux system doesn’t have access to the internet, so I need to somehow download all the standalone installation files from windows system and move them to linux system. How do I cope with this?
It is a supplementary problem, but I’m also having a hard time ’cause I don’t know how to manage the virtual environments in conda to have duplicate packages with different versions. I will be very thankful to get a solution on my problems