meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:computerenvironment:conda [2024/03/27 09:00] – freya | general:computerenvironment:conda [2024/04/15 12:45] (current) – freya | ||
---|---|---|---|
Line 24: | Line 24: | ||
* You can follow the installation guide on the official [[https:// | * You can follow the installation guide on the official [[https:// | ||
- | - Download the latest '' | + | - Download the latest '' |
- Start the installation by typing< | - Start the installation by typing< | ||
< | < | ||
Line 36: | Line 36: | ||
- Check if the set up was successful: | - Check if the set up was successful: | ||
- In the new terminal that you have just opened, it should say something like: < | - In the new terminal that you have just opened, it should say something like: < | ||
- | - **Creating a Conda environment.** We will now create a [[https:// | + | - **Creating a Conda environment.** We will now create a [[https:// |
- | - To create a working environment named **// | + | - To create a working environment named **// |
mamba create --name compgen python=3.9</ | mamba create --name compgen python=3.9</ | ||
- To activate the environment, | - To activate the environment, | ||
Line 56: | Line 56: | ||
- If the installation was successful, you can ask for further help with the individual commands, | - If the installation was successful, you can ask for further help with the individual commands, | ||
- <wrap important> | - <wrap important> | ||
- | - You are now ready to install any software that is distributed via the [[http:// | + | - You are now ready to install any software that is distributed via the [[http:// |
- The software packages are distributed via different channels. We will mainly use the channels [[https:// | - The software packages are distributed via different channels. We will mainly use the channels [[https:// | ||
- To simplify your life, it might be a good idea to add frequently used channels to a list of channels where [[http:// | - To simplify your life, it might be a good idea to add frequently used channels to a list of channels where [[http:// |