shell - /usr/bin/tidy is called before /usr/local/bin/tidy -


i installed newer version of tidy through homebrew, somehow still version within /usr/bin/tidy called. haven't noticed problems homebrew before , there no issues brew doctorcan find. :)

here get, when call echo $path (i removed ruby related stuff):

/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/x11/bin:/usr/local/macgpg2/bin 

and that's /etc/paths

/usr/local/bin /usr/local/sbin /usr/bin /bin /usr/sbin /sbin 

thanks in advance!

did execute old tidy, installed new version without restarting shell?

if so, use hash -r clear shell's cache go through path again next time try execute it.

if not, ensure can execute /usr/local/bin/tidy.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -