我已将github的编辑器atom安装到中/Application。我现在希望可以使用该命令apm来安装更多软件包。然而:
$ apm
-bash: apm: command not found
我如何获得apm命令?
我已将github的编辑器atom安装到中/Application。我现在希望可以使用该命令apm来安装更多软件包。然而:
$ apm
-bash: apm: command not found
我如何获得apm命令?
Answers:
通过打开atom并经过,Atom > Install Shell Commands您将获得atom和apm命令。

$ which apm给了我/usr/bin/apm,所以应该有。
which或whereis等