引用:https://blog.csdn.net/a374519711/article/details/128596411
系统中可能会安装多个shell
比如 /bin/bash 、 /bin/zsh等,
找到shells的配置文件查看安装了多少shell
查看shell
查看当前使用的shell
echo $SHELL
如果,我用的是 zsh
配置环境变量
配置环境变量时 需要主要用的是哪个shell,使用不同的shell对应不同的配置文件
(除此之外,需要注意,.profile文件与环境变量的关系)
比如配置zsh,需要配置的文件是 ./zshrc
vim ~/.zshrc
配置 bash,需要配置的文件是 .bash_profile
vim ~/.bash_profile标签:profile,shell,查看,配置,版本,环境变量,bash From: https://www.cnblogs.com/lindaguanren/p/17287241.html