bash - ls: No such file or directory -


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

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -