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


Click here to return to the 'Cannot rehash' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Cannot rehash
Authored by: Schmoops on Jan 08, '08 05:30:17PM

I got to the part where it says run 'chmod 755 filename'. I did this without the quotes. for me the filename is ~/bin/itunes.txt
it won't let me rehash, it says command not found.
when i type echo $path, i get a blank line
I have no clue what i doing wrong



[ Reply to This | # ]
Cannot rehash
Authored by: the.hudi on Jun 18, '08 05:20:35AM
Try to append the line:
 export PATH=$PATH:/Users/<your user name>/bin 
to the file '~/bin/.bash_profile This should work.

[ Reply to This | # ]