Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing condax in ~/.condax? #66

Open
pmlandwehr opened this issue Jun 21, 2023 · 1 comment
Open

Installing condax in ~/.condax? #66

pmlandwehr opened this issue Jun 21, 2023 · 1 comment

Comments

@pmlandwehr
Copy link

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?)

@bepoli
Copy link
Contributor

bepoli commented Aug 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants