Site Tools


linux_modules:anaconda3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux_modules:anaconda3 [2018/11/15 15:30] ktm5jlinux_modules:anaconda3 [2023/08/29 19:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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: **
 +<code>
 +[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.
 +>>>
 +</code>
 +
 +==== 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