<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.lptms.universite-paris-saclay.fr//wiki-cours/index.php?action=history&amp;feed=atom&amp;title=User%3AMarcelloo</id>
	<title>User:Marcelloo - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.lptms.universite-paris-saclay.fr//wiki-cours/index.php?action=history&amp;feed=atom&amp;title=User%3AMarcelloo"/>
	<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wiki-cours/index.php?title=User:Marcelloo&amp;action=history"/>
	<updated>2026-05-12T11:33:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://www.lptms.universite-paris-saclay.fr//wiki-cours/index.php?title=User:Marcelloo&amp;diff=924&amp;oldid=prev</id>
		<title>Marcelloo: Created page with &quot; To use numpy library and other common Python libraries install anaconda into your home directory:  &lt;pre&gt; wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.lptms.universite-paris-saclay.fr//wiki-cours/index.php?title=User:Marcelloo&amp;diff=924&amp;oldid=prev"/>
		<updated>2018-09-11T08:49:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; To use numpy library and other common Python libraries install anaconda into your home directory:  &amp;lt;pre&amp;gt; wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
To use numpy library and other common Python libraries install anaconda into your home directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh&lt;br /&gt;
chmod +x miniconda.sh&lt;br /&gt;
./miniconda.sh -b&lt;br /&gt;
export PATH=~/miniconda/bin:$PATH&lt;br /&gt;
conda update --yes conda&lt;br /&gt;
conda create --yes -n dev pip scipy numpy matplotlib hdf5 h5py ipython mpi4py jupyter&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then add this line into your ~/.bashrc file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PATH=$HOME/miniconda/bin:$PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following line activates the virtual environment named &amp;quot;dev&amp;quot;,&lt;br /&gt;
which effectively moves you to a new folder with its own binary files, compilers, etc.&lt;br /&gt;
The line needs to be called before running a script using the virtual environment.&lt;br /&gt;
The line can be put either into you .bashrc file or into the (.sge) submission script.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
source activate dev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, virtual environment contains its own compilers. If you need to run a Python script in parallel,&lt;br /&gt;
all needs to be compiled using these compilers, unless you manage to redirect to intel compilers or mkl libraries on orlando. An example of a software which needs to be compiled in this way is the molecular dynamics simulation software LAMMPS,&lt;br /&gt;
which can be called from Python and run in parallel.&lt;/div&gt;</summary>
		<author><name>Marcelloo</name></author>
	</entry>
</feed>