Hello,

Fairly new to HCP and the Workbench. I am also novice at Linux.

In the HCP Tutorial pdf, it states that we need to set a variable $path in our 
.bashrc file. I have added the line, but when I try "wb_view" in Terminal, it 
states that the command is not found. This leads me to believe that I haven't 
set the $path variable correctly.

Here is my .bashrc file

# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
    . /etc/bashrc
fi

# User specific aliases and functions

export PATH=/usr/local/cuda-5.5/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64:$LD_LIBRARY_PATH

export path=$path:/home/TLA/Desktop/workbench/

Where in this case I have extracted the 'workbench' folder to my desktop.

Any help with setting the correct variable in the .bashrc file would be 
appreciated.

Thanks,
_______________________________________
Bryan Chiu
Undergraduate Research Assistant
Aging, Mobility, and Cognitive Neuroscience Lab
Djavad Mowafaghian Centre for Brain Health
Department of Physical Therapy
Faculty of Medicine
University of British Columbia

_______________________________________________
HCP-Users mailing list
[email protected]
http://lists.humanconnectome.org/mailman/listinfo/hcp-users

Reply via email to