If you specify a conda package to install and a --file argument, conda will ignore the --file argument and just install the package. For example, you would expect the command to install the provided ...
I thought it would be useful to install chapi and libcootapi as a conda package, so I created a recipe. I have confirmed that it can be built locally and am trying to release it to bioconda so that it ...
When you install Python packages into a given instance of Python, the default behavior is for the package’s files to be copied into the target installation. But sometimes you don’t want to copy the ...