Conda environment from .yaml offline
问题 I would like to create a Conda environment from a .yaml file on an offline machine (i.e. no Internet access). On an online machine this works perfectly fine: conda env create -f environment.yaml However, it doesn't work on an offline machine as the packages are then not found. How do I do this? If that's not possible is there another easy way to get my complete Conda environment to an offline machine (including both Conda and pip installed packages)? Going through the packages one by one to