I have a RHEL server with Anaconda3 installed. Each user in the system gets 2 GiG space in the /home/
folder and another large folder in a mounted drive. When the user is trying to create a conda environment using conda create -n my_env
it fills all the .tar files in .conda
folder and installation breaks. Is there a way I specify a custom location for the .conda
folder.
Best Jagan