bash - ls: No such file or directory -
this question has answer here:
i have been messing around trying install macvim higher version of 7.4. got working error
ls: no such file or directory
when looking directory. can temporarily fix using command
path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
however, exit terminal window problem returns. how fix permanently.
you should add following ~/.bash_profile file path loaded every time log in:
export path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Comments
Post a Comment