摘要: 环境变量准备 在~/.bash_profile下配置了环境变量相关的路径信息,比如$HOME/bin路径。就是说会把$HOME/bin目录下的命令添加到环境变量中去。 # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc 阅读全文
posted @ 2021-04-11 19:09 Tenic 阅读(616) 评论(0) 推荐(0)