Install Python#
License and terms of use of Anaconda
Anaconda/Miniconda defaults to installing packages from the Anaconda repositories. There are license restrictions on how to use these. Please carefully read them for your own sake.
The conda
provided through our installation guidelines will default
to use the conda-forge
channel. However, the Anaconda repositories
are hard-coded in the conda
infrastructure as fallback.
Therefore users should be aware, at install time, where the packages originates from.
We are pursuing strategies to completely remove the Anaconda repositories to ensure that employees will not break the terms of service as outlined by Anaconda.
Note that Anaconda is free to use in teaching (as of 2024). For full details of the license, please read them on here.
In this section, you will find different installation guides that cover the same components:
conda
as the Python package manager,Python and packages required for 1st year students,
Visual Studio Code.
Importantly, these installation guides are specifically designed for students who meet at least one of the following criteria:
First-year Bachelor students at DTU
Students taking one of:
Although tailored for 1st year students, these guides are also ideal for anyone needing to use Python.
— Installation on Windows#
Recommended The automated installation requires minimal intervention.
The manual installation guide allows you to set up Python step by step.
— Installation on MacOS#
Recommended The automated installation requires minimal intervention.
The package-managed installation guide allows you to set up Python step by step.
The manual installation guide is recommended if you have had previous failures with both of the above options.
— Installation on Linux#
Recommended The manual installation guide.
Note
If you are using a different operating system than the ones listed above, please send an email to us, and we will try to help you.