Computers & Linux & Mac OS X 30 May 2008 08:19 pm

Installing FERRET part 2…

The install of FERRET on both linux and OS X was fairly painless, although there were a couple of things that I had to do.

The default setup for the tarballed OS X version was to use the csh, and there was a path file that was set accordingly. Since I use the bash shell I needed to change a couple of things. Basically what I did was to take the /usr/local/ferret/ferret_paths_bash_template file and copy it to /usr/local/ferret_paths. Once there I had to edit the file to include these lines:
export FER_DIR=/usr/local/ferret
export FER_DSETS="$FER_DIR/fer_dsets"

Then in my .bashrc file I added the lines
if [ -f /usr/local/ferret_paths ]; then
. /usr/local/ferret_paths
fi

Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply

You must be logged in to post a comment.


Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 License.