1、  如果你已经安装了xcode,安装Xcode command line tools,在终端输入

xcode-select --install

2、install RVM

\curl -sSL https://get.rvm.io | bash -s stable

3、安装完成后如下提示

如上图所示,在终端执行命令   source ~/.profile

下一步, 在终端执行命令  rvm install 1.9.3 --with-gcc=gcc

看到如上提示,接下来我们按照提示用brew安装一下

brew update
brew tap homebrew/dupes
brew install apple-gcc42

然后在安装一下  rvm install 1.9.3 --with-gcc=gcc

然后安装jsduck

sudo gem install jsduck

最新文章

  1. AndroidStudio导入项目出现Your project path contains non-ASCII characters错误
  2. Atitit 图像处理 深刻理解梯度原理计算.v1 qc8
  3. Map接口,Map.Entry,hashMap类,TreeMap类,WeakHashMap。
  4. FilterControl 显示时间并精确到时分秒的方法
  5. Process类
  6. win7下如何建立ftp服务器
  7. [转载]AppSettings和ConnectionStrings的区别
  8. 深入浅出Java并发包—锁机制(二)
  9. Ubuntu 安装 Courier New字体
  10. css动画怎么写:3个属性实现
  11. 启动RIDE时报错:wxPython not found
  12. 【总结】关于YUV-RGB格式转换的一些个人理解
  13. 关于from nltk.book import * 报错解决方法
  14. Firefox Profile (2)
  15. 二、Tensorflow的作用域和图
  16. 在centos7 部署bbr
  17. pm2模块编写入门
  18. 初识Java Servlet
  19. 关于在JTextPane(或JEditorPane)中返回文本部分(Text)
  20. Docker Image管理学习笔记,ZT

热门文章

  1. Windows Server 2008 IE 无法调整安全级别
  2. 【java】Java中十六进制转换 Integer.toHexString()到底做了什么?什么时候会用到它?为什么要用它?byte为什么要&0xff?为什么要和0xff做与运算?
  3. IDEA使用Maven打包时如何去掉测试阶段
  4. 深入解析hostname
  5. 【音乐App】—— Vue-music 项目学习笔记:歌曲列表组件开发
  6. 使用eclipse搭建maven多module项目(构建父子项目)
  7. Win7如何解决内存不能为Read的批处理命令
  8. Solidworks如何使用Toolbox
  9. 【Android实战】Gallary+ImageSwicther图片查看器
  10. 策略模式(headfirst设计模式学习笔记)