I want conda create to create a new environment in my current directory by default.
I understand that I can do this with the --prefix
command, but I want this to be the default behavior. Can I specify the conda prefix to ./
in .condarc?
Any other suggestions?
Thanks