2016-12-26 88 views
0

昨天我的Inkscape安装正常。现在我使用电脑,XQuarz图标出现并立即关闭。XQuartz不能在OS X上工作El Capitan + OnyX上的127错误

我试图从终端上运行的应用程序,以查看是否有警告消息

nb21:~ pacha$ open -a Inkscape 
nb21:~ pacha$ open -a XQuartz 

你所面临的一样吗?我可以做什么没有明显的错误?

今天我试图运行ONYX和我有两个以前看不到的错误:错误127 SH:getconf:找不到命令和错误127 SH:猫:找不到

enter image description here enter image description here

我还没命令”牛逼安装了新的软件或更新:S

回答

0

我的解决方案(我之前安装BREW和Xcode中)

brew install coreutils 
brew install binutils 
brew install diffutils 
brew install ed --with-default-names 
brew install findutils --with-default-names 
brew install gawk 
brew install gnu-indent --with-default-names 
brew install gnu-sed --with-default-names 
brew install gnu-tar --with-default-names 
brew install gnu-which --with-default-names 
brew install gnutls 
brew install grep --with-default-names 
brew install gzip 
brew install screen 
brew install watch 
brew install wdiff --with-gettext 
brew install wget 
brew install bash 
brew install emacs 
brew install gdb 
brew install gpatch 
brew install less 
brew install m4 
brew install make 
brew install nano 
brew install file-formula 
brew install git 
brew install openssh 
brew install perl 
brew install python 
brew install rsync 
brew install svn 
brew install unzip 
brew install vim --override-system-vi 
brew install macvim --override-system-vim --custom-system-icons 
brew install zsh 

sudo launchctl config user path /usr/local/opt/coreutils/libexec/gnuman:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Library/TeX/texbin 
相关问题