在Mac中如何安装nvm(详细教程)【点击查看详情】
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。
相关视频/文章