Package cache locations
Normal installation sets a package cache relative to the install directory, which can be found (underpackage cache) with the following command:
- Windows:
C:\Users\username\Anaconda3\pkgs - macOS:
~/anaconda3 - Linux:
/home/username/anaconda3/pkgs
Shared package cache setup
Create a directory on your system where the shared users have read and write access. Then, for each user who will have access, edit the.condarc file found in their home directory.
-
Windows:
C:\Users\username\.condarc -
macOS and Linux:
/home/username/.condarc
.condarc with the following entry, specifying the full path to the shared directory:
conda info again.