using a different conda-build root directory
问题 I am creating my own conda recipe which I checkout with git. The repository is few gigs. Instead of doing a checkout in ~/conda-bld , I would like it to checkout in /ssd , which is going to be faster. How can I specify it? Also, how can I specify git depth when doing a clone? 回答1: I would like it to checkout in /ssd which is going to be faster. How can I specify it? conda-build chooses a root directory for all of its work in the following way: If CONDA_BLD_PATH is defined in your environment,