Working on a cluster with very limited space on my home directory, so I want to set the default from the home directory for ~/.conda/pkgs folder to be another directory and I can't seem to figure out how to do this.
I have tried using the .condarc file with pkg_dirs:
channels:
- conda-forge
- bioconda
- defaults
pkg_dirs: my/new/folder
Ideally this would make the creation and installation of the .conda folder in the new path not my home directory