↧
Answer by Srinivasan Raman for How to delete old $PATH echo in Mac
type sudo pico /etc/pathsin terminal , you can the old path just edit and pressctrl+Oand hit enter and at last ctrl+xnow echo $PATH and see
View ArticleAnswer by WaterWood for How to delete old $PATH echo in Mac
Check this link if you're facing the same problem.Default configuration file depends on which shell you're using. Back to my question, I forgot to check ~/.zprofile("waterwood" is set in this file).
View ArticleHow to delete old $PATH echo in Mac
After i changed my Mac username(using the way supplied by Apple Documents), I found that when echo $PATH, there are some old paths in...
View Article