Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Quang tru HUYNH
ISB2017
Commits
6cc8fcf6
Commit
6cc8fcf6
authored
Jul 17, 2017
by
Quang tru HUYNH
Browse files
matlab module
parent
b198bcf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ISB2017/installation_notes/matlab.md
View file @
6cc8fcf6
...
...
@@ -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
ISB2017/modulefiles/matlab
0 → 100644
View file @
6cc8fcf6
#%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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment