mirror of
https://github.com/shawfdong/modulefiles.git
synced 2025-04-10 09:52:11 +01:00
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
#%Module1.0#####################################################################
|
|
##
|
|
## anaconda2 modulefile
|
|
##
|
|
proc ModulesHelp { } {
|
|
puts stderr "\tAdds Anaconda Python 2 to your PATH environment variable\n"
|
|
}
|
|
|
|
module-whatis "adds Anaconda Python 2 to your PATH environment variable"
|
|
|
|
prepend-path PATH ~/anaconda2/bin
|
|
conflict python
|