Reply To: Command Line: BSE

#350
David Shattuck
Keymaster

    Hello –

    To run bse from the command line, you need to either specify the path to the bse command or add the path to your PATH variable. For example, if you unpacked the BrainSuite programs to your home directory, which I’ll call wwu94, then the path would be:

    /home/wwu94/BrainSuite16a1/bin

    In Linux BASH, you can type this command:

    export PATH=/home/wwu94/BrainSuite16a1/bin:$PATH

    to add BrainSuite’s program directory to the start of your path. Then, when you call bse, it should run.

    You can also call the programs on the command line like this:

    /home/wwu94/BrainSuite16a1/bin/bse

    which tells the shell the precise location of the program.

    Please give that a try.

    thanks,
    David Shattuck