Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'add to path' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
add to path
Authored by: macubergeek on May 04, '02 09:03:58AM

You need to add /sw/bin and /sw/sbin to your path

cd to your home directory
cd Library
mkdir init
cd init
mkdir tcsh
cd tcsh
touch path
do echo $PATH and paste the output after ${PATH}: below
this file path should contain the following all on one line:
setenv PATH ${PATH}:

at the end tack on /sw/bin and /sw/sbin



[ Reply to This | # ]