码迷,mamicode.com
首页 > 其他好文 > 详细

常用命令总结

时间:2019-10-18 11:10:17      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:The   ssh   should   follow   nvm   else   desire   nal   make   

1.安装nvm

First use brew to install the application:

brew install nvm

Then take a look at the brew info "caveats" section, to see what else you have to do:

brew info nvm

You might see something like (this can change!):

You should create NVM‘s working directory if it doesn‘t exist:

  mkdir ~/.nvm

Add the following to ~/.bash_profile or your desired shell
configuration file:

  export NVM_DIR="$HOME/.nvm"
  . "/usr/local/opt/nvm/nvm.sh"

If you do not have a ~/.bash_profile file, then you can simply create one.

Make sure to restart your terminal before trying the command.

技术图片

 

 技术图片

 

 

2. 配置ssh的上传token

 

 

3.修改host

 

 

4.安装nginx

常用命令总结

标签:The   ssh   should   follow   nvm   else   desire   nal   make   

原文地址:https://www.cnblogs.com/zhangzs000/p/11697002.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!