0
我在Fedora 18中的localhost上使用SASS / Compass时遇到问题
我试图在我的localhost测试服务器上使用Fedora 18中的SASS / Compass,位于:/ var / www / html 已安装Ruby /宝石和指南针。 现在,我正在尝试创建一个测试文件,让罗盘观看某个目录。 当我导航到我想要的目录并键入: compass create sass-test 我明白了: Errno::EACCES on line ["247"] of /usr/share/ruby/fileutils.rb: Permission denied - /var/www/html/kba/sass-test Run with --trace to see the full backtrace 我错过了什么?我怎样才能做到这一点? 除了我的本地主机以外的任何地方都有效 sudo compass create sass-test 然后我明白了: sudo: compass: command not found 我该怎么办?