Skip to content
Snippets Groups Projects
Commit 6cc8fcf6 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

matlab module

parent b198bcf2
No related branches found
No related tags found
No related merge requests found
......@@ -29,3 +29,5 @@ sudo mount laureline.bis.pasteur.fr:/partimag /mnt
wget -O /ISB2017/matlab/licenses/license.dat http://atsukau.bis.pasteur.fr:81/ks/ISB2017-matlab.txt
echo ver|/ISB2017/matlab/bin/matlab
```
- added matlab module file
#%Module1.0#####################################################################
##
## matlab modulefile
##
## modulefiles/matlab. Based from the dot module
## Tru 2009/10/14
##
proc ModulesHelp { } {
global dotversion
puts stderr "\tAdds `/ISB2017/matlab/bin' to your PATH environment variable"
puts stderr "\n\tThis makes it easy to add the /ISB2017/matlab/bin directory"
puts stderr "\tto your PATH environment variable. This allows you to"
puts stderr "\trun executables from the /ISB2017/matlab/bin."
}
module-whatis "adds `/ISB2017/matlab/bin' to your PATH environment variable"
prepend-path PATH /ISB2017/matlab/bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment