UMIACS Servers: Difference between revisions

Line 27: Line 27:


==Python==
==Python==
Install anaconda as usual
Do not install anaconda. You will run out of space.<br>
<syntaxhighlight lang="bash">
Load the Python 3 module
cd ~/Documents
wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
chmod u+x Anaconda3-2019.10-Linux-x86_64.sh
./Anaconda3-2019.10-Linux-x86_64.sh
</syntaxhighlight>
 
Or you can load the Python 3 module
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
module load Python3
module load Python3
</syntaxhighlight>
</syntaxhighlight>