Conda and miniconda #22
-
Can I install conda and miniconda on DAT Linux without problems? |
Beta Was this translation helpful? Give feedback.
Answered by
dat-linux
Feb 23, 2023
Replies: 1 comment 2 replies
-
Hi, they're not really compatible systems. You can, because on Linux you can do anything you want. But DAT Linux approach is to focus on a set of apps and make them easy to install (but without conda). If you want to use anaconda you need to make sure the apps don't interfere. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What exactly do you mean by an environment? Can you give an example? From my understanding, conda can create python environments as a convenience. Is this what you are referring to? In that case, you can create as many environments as you like, there are a range of different methods: https://dev.to/bowmanjd/python-tools-for-managing-virtual-environments-3bko
If you use Conda it will not interact with the apps that DAT Linux manages, as it is an alternative to conda (for managing apps, not "environments". Not yet anyway, unless there's an effective way of doing it that would suit most people).
In terms of Jupyter, when you create a virtual env, just create a new kernel and when you launch …