...
- envs contains the files and binaries used when you activate a conda environment.
- pkgs contains temporary files that are downloaded when you install a package. This directory is cleaned out regularly by the dedicated service user.
- exports contains a Git repository with a number of text files that indicate the exact packages and package versions that you are using in your environments. This Git repository can be used to determine what your environment looked like at a particular point in time. However, it is more valuable if you occasionally install packages using pip instead of conda, since conda has native revision history functionality for conda packages (but not pip packages).
Version History
Date | Version |
---|---|
2020/07/27 | 4.8.2 |