1、查看~/.bash_profile目录文件是否存在
cd ~/
显示这个目录下的所有文件,(包含隐藏文件)
ls -a
查看.bash_profile文件是否存在,
如果没有,新建一个:
touch ~/.bash_profile
2.安装
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
3.执行命令打开文件
open .zshrc
最下面添加如下
source ~/.bash_profile
4.使用nvm
nvm version