Site Tools


staff-wiki:modules:anaconda3

anaconda3

☑ Centos 7.4
☑ Ubuntu 14.04
☑ Ubuntu 16.04

Sources

Sources obtained from https://www.anaconda.com/download/#linux

Package Local Copy
Anaconda3-5.1.0-Linux-x86_64.sh/sw/pkgs/Anaconda3-5.1.0-Linux-x86_64.sh

Requirements

Build Process

ktm5j@power2 /sw/pkgs $ bash /sw/pkgs/Anaconda3-5.1.0-Linux-x86_64.sh

Install

/sw/centos/anaconda3/
|-- 5.0.1
|   |-- LICENSE.txt
|   |-- bin
|   |-- compiler_compat
|   |-- conda-meta
|   |-- doc
|   |-- envs
|   |-- etc
|   |-- include
|   |-- lib
|   |-- libexec
|   |-- man
|   |-- mkspecs
|   |-- phrasebooks
|   |-- pkgs
|   |-- plugins
|   |-- qml
|   |-- share
|   |-- ssl
|   |-- translations
|   |-- var
|   `-- x86_64-conda_cos6-linux-gnu
`-- current -> 5.0.1/

Module File

#%Module1.0
proc ModulesHelp { } {
global dotversion
 
puts stderr "\tAnaconda version 5.0.1"
puts stderr "\tincludes 'python3' and 'pip'"
puts stderr "\trun 'python --help' after loading module for more information"
}
 
module-whatis "Anaconda 5.0.1"
prepend-path  PATH		/sw/centos/anaconda3/5.0.1/bin
prepend-path  LD_LIBRARY_PATH	/sw/centos/anaconda3/5.0.1/lib
prepend-path  LD_INCLUDE_PATH	/sw/centos/anaconda3/5.0.1/include
prepend-path  MANPATH	  	/sw/centos/anaconda3/5.0.1/share/man
staff-wiki/modules/anaconda3.txt · Last modified: 2023/08/29 19:56 by 127.0.0.1