zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 2 forks source link

conda-bld/pkgs cleanup #24

Open analog-cbarber opened 1 year ago

analog-cbarber commented 1 year ago

During development, I discovered that installing an incorrectly specified conda package screws up the conda package cache.

I found that in that case, I could just remove the offending package files/directories and removing the pkgs/cache/ subdir.

We should at least document this, and perhaps add an option to clean up named packages.