📌  相关文章
📜  mac 永久更新路径 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:22.943000             🧑  作者: Mango

代码示例1
sudo vim /etc/paths
#add the path to this file and close (:wq in vim)

#note only add the path so often you may see:
export PATH=$PATH:/new/dir/location1.bin
#here you would just add /new/dir/location1.pin to /etc/paths