1) have a root privilege shell or be on the sudo list. 2a) At a root shell prompt (#) yum install net-tools 2b) User account on the sudo list sudo yum install net-tools If the package is installed it will state so and exit yum. (Then it sounds like a…
OS X 系统没升级之前用的 cocoapods 一点儿问题都没有,但是升级成版本10.11.4 OS X EI Capitan之后,在终端除了cd 指令可以用之外,其他任何指令输入都是提示-bash: pod: command not found.各种论坛国内的国外的搜无果,然后决定删除之前安装的 cocoapods,删除过程如下: 1>删除工程文件夹下的Podfile.Podfile.lock和Pods文件夹. 2>打开xcodeproj文件,删除项目中的Pods文件夹及Pods.xcco…