Site Tools


linux_modules:anaconda3

Anaconda3

Project website: https://www.anaconda.com/

Anaconda3 is a commercial distribution of python. Billed as The most popular python data science platform.

Using anaconda3

Anaconda3 provides the commands: python, python3

Loading the Module

Example:

[ktm5j@portal01] ~$ module whatis anaconda3
anaconda3            : Anaconda 5.0.1
[ktm5j@portal01] ~$ module load anaconda3
[ktm5j@portal01] ~$ echo $PATH
/sw/centos/anaconda3/5.0.1/bin:/usr/local/bin:/usr/local/sbin:/usr/....
[ktm5j@portal01] ~$ which python
/sw/centos/anaconda3/5.0.1/bin/python
[ktm5j@portal01] ~$ python
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49) 
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Environment Variables

Variable Join Type String Added
PATH append /sw/{distro}/anaconda3/5.0.1/bin
LD_LIBRARY_PATH prepend /sw/{distro}/anaconda3/5.0.1/lib
LD_INCLUDE_PATH prepend /sw/{distro}/anaconda3/5.0.1/include
MANPATH prepend /sw/{distro}/anaconda3/5.0.1/share/man
linux_modules/anaconda3.txt · Last modified: 2023/08/29 19:56 by 127.0.0.1