CEGM1000 MUDE: Week 1.1. September 4, 2024.
This workshop guides you through the setup of your first MUDE conda
environment, which we will call mude-base
. You will use this environment for programming activities for much of Q1, so it is important to get it set up and be comfortable with it before the end of the Wednesday session.
Once your software is installed (as described in the book and README.md
file) and you have confirmed that you can run conda
from your Command Line Interface (CLI), do the following:
conda
environment by executing the command conda env create -f environment.yml
(see note below)conda activate mude-base
python --version
returns 3.12 (you may need to try python3 --version
)Once you have completed these steps, you are ready to proceed with the Programming Assignment, PA 1.1 in file `PA
conda
EnvironmentFor Windows OS users you are advised to use the Anaconda Prompt. For Mac OS users, you should be able to use conda
in the Terminal application.
You should follow the CLI as conda
resolves the environment, which will take a few minutes. After it has selected the proper set of packages, it will ask if you want to proceed: choose "yes"!
The essential command is cd FILE_PATH
, which will navigate the terminal window to the directory at FILE_PATH
. Note that although cd
works on both Windows and Mac, but many CLI commands are different between the two OS's; visit the CLI page in the textbook for tips.
On Windows:
\
)CTRL+C
or right-click, "copy address as text")cd
command (don't forget the space; it should look like this: cd C:\...
)C:\ ...
and end with >
)dir
On a Mac :
cd
commandpwd
ls
(that's a lower case "L")End of file.
By MUDE Team © 2024 TU Delft. CC BY 4.0. doi: 10.5281/zenodo.16782515.