I have more than two environments in Anaconda, all three for different purposes. But, I have a few packages like PyTorch which I need to install in all the three environments. But they are too heavy and might consume up to 3 GB data, which means I will need more than 9 GB for all 3 environments.
Is there a way to share the packages which when installed in one environment can be utilized or directly be copied to other environments so everything gets done within 3 GB? Or will I have to download the whole 9 GB(3 GB thrice) for the 3 environments?