Difference between revisions of "Workstations EMBO 2016"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
''To be filled soon''! | ''To be filled soon''! | ||
+ | Once opened a fresh shell, we need to ensure we have a fresh environment: | ||
<tt>export PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/programs/share/bin</tt> | <tt>export PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/programs/share/bin</tt> | ||
+ | |||
+ | Before starting ''Dynamo'', there is another environment variable that we need to tune. | ||
+ | |||
+ | <tt>export MCR_CACHE_ROOT=~/tmp/</tt> | ||
+ | |||
+ | |||
+ | Now, you can activate ''Dynamo'' in the shell by running: | ||
+ | |||
+ | <tt>source ~/tmp/dynamo_activate_linux_shipped_MCR.sh</tt> | ||
+ | |||
+ | This includes in the linux shell the paths that it needs to find both ''Dynamo'' and its libraries. | ||
+ | |||
+ | Now, you can just type in the terminal: | ||
+ | |||
+ | <tt>dynamo</tt> | ||
+ | |||
+ | which should open a [[standalone]] console, that can be used to enter ''Dynamo'' commands manually. |
Revision as of 10:55, 25 August 2016
To be filled soon!
Once opened a fresh shell, we need to ensure we have a fresh environment: export PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/programs/share/bin
Before starting Dynamo, there is another environment variable that we need to tune.
export MCR_CACHE_ROOT=~/tmp/
Now, you can activate Dynamo in the shell by running:
source ~/tmp/dynamo_activate_linux_shipped_MCR.sh
This includes in the linux shell the paths that it needs to find both Dynamo and its libraries.
Now, you can just type in the terminal:
dynamo
which should open a standalone console, that can be used to enter Dynamo commands manually.