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

Check if miniconda is already installed. #263

Open
razvanab opened this issue Jan 20, 2024 · 5 comments
Open

Check if miniconda is already installed. #263

razvanab opened this issue Jan 20, 2024 · 5 comments
Labels
installation installation related problems

Comments

@razvanab
Copy link

I noticed that the installer is installing Miniconda. Is it possible to check if Miniconda is already installed and use the installed version instead?

@rsxdalv
Copy link
Owner

rsxdalv commented Jan 20, 2024

In the future I want to separate conda from the app installer, then it might be more natural to do that.

But on the other hand, considering how many things I've seen break for no reason, I'm worried that even a different version of conda could lead to broken packages, as impossible as it sounds.

I thought miniconda is a relatively small install, so I'm interested in the benefit of using the conda that is already installed? Does it use the same cache for different projects?

@razvanab
Copy link
Author

I understand your reasoning now.
Yes, I think it is using the same cache, as far as I can tell.

@rsxdalv
Copy link
Owner

rsxdalv commented Jan 20, 2024

Also, I think if you activated your own conda and then run python webui.py it might work

@rsxdalv rsxdalv added the installation installation related problems label Jan 21, 2024
@razvanab
Copy link
Author

I'll try that.
Thank you.

@rsxdalv
Copy link
Owner

rsxdalv commented Feb 7, 2024

Did it work?

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

No branches or pull requests

2 participants