condax icon indicating copy to clipboard operation
condax copied to clipboard

Installing condax in ~/.condax?

Open pmlandwehr opened this issue 1 year ago • 1 comments

It seems sensible to install condax itself in an isolated environment. Is

conda create --name condax --channel conda-forge --path ~/.condax/condax condax
ln -s ~/.condax/condax/bin/condax ~/.local/bin/condax

a good practice? If so, I'd be happy to update the README.

(Sidebar: would it let you use condax update condax to update itself?)

pmlandwehr avatar Jun 21 '23 17:06 pmlandwehr

This could be better implemented with a bootstrap script that uses micromamba to initialize condax into the condax prefix, so you don't even need conda or pip to be pre-installed. I think condax could be able to update itself (didn't test it), but it should be prevented from removing itself.

bepoli avatar Aug 08 '24 13:08 bepoli