-
Windows:
C:\Users\username\Anaconda{2,3}\pkgs
-
macOS:
~/anaconda{2,3}
-
Linux:
/home/username/anaconda{2,3}/pkgs
Shared package cache setup
Create a directory on your system where the shared users have read and write access.If you are using the Free tier, take caution when sharing your directory. If you have paid for access to the premium repository, you can enable signature verification to include an additional layer of security to your packages. For more information on conda signature verification, see our blog Anaconda Content Trust: Conda Signature Verification.
.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.