专题文章
时长:00:00更新时间:2020-11-27 19:35:56
1、安装 nvm;curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash安装成功默认将会在用户文件夹中生成一个隐藏的 .nvm 文件显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder隐藏隐藏文件:defaults write com.apple.finder AppleShowAllFiles No && killall Finder。2、查看配置文件 .bash_profile。
查看详情