<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?action=history&amp;feed=atom&amp;title=Python%2FConda</id>
	<title>Python/Conda - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?action=history&amp;feed=atom&amp;title=Python%2FConda"/>
	<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Python/Conda&amp;action=history"/>
	<updated>2026-05-17T10:39:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Python/Conda&amp;diff=4033&amp;oldid=prev</id>
		<title>Stierhof: Created page with &quot;Because of the many dependency problems that come with python packages and software that depend on python packages, the admins of the remeis cluster are only providing a minim...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Python/Conda&amp;diff=4033&amp;oldid=prev"/>
		<updated>2026-03-26T16:58:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Because of the many dependency problems that come with python packages and software that depend on python packages, the admins of the remeis cluster are only providing a minim...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Because of the many dependency problems that come with python packages and software that depend on python packages, the admins of the remeis cluster are only providing a minimal set of python modules necessary for the system to function. These packages can not be adjusted and due to the aforementioned dependency problems packages will not be installed on request.&lt;br /&gt;
&lt;br /&gt;
To provide you with the python packages you need, a global conda version is installed which can be accessed through the module system&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;module load conda&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The default environment ==&lt;br /&gt;
&lt;br /&gt;
The default conda environment can be activated with&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;conda activate&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This environment provides a standard set of tools, but is also used to provide dependencies for other software installed on the cluster. Due to this it might not suit your needs. Therefore it is best to create an environment for your requirements specifically.&lt;br /&gt;
&lt;br /&gt;
== Create a custom environment ==&lt;br /&gt;
&lt;br /&gt;
The conda installation is set up such that environments will per default be created in a shared location which allows them to be easily shared and reduces the space that they use up. This is, however, an experimental feature and might create problems. So in case you run into any issue please let the [mailto:admins@sternwarte.uni-erlangen.de admins] know.&lt;br /&gt;
&lt;br /&gt;
To create an environment it is sufficient to issue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;conda create -n your_env&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if you already know what packages you need in the environment they can be added as additional arguments to the call. To activate the newly created environment use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;conda activate your_env&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this environment (indicated by the change of the prompt) you can install packages with&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;conda install &amp;lt;package-name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consolidate the conda manual for help on how to manage environments.&lt;br /&gt;
&lt;br /&gt;
To deactive the environment enter&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;conda deactivate&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Stierhof</name></author>
	</entry>
</feed>