我正在尝试在新的 Windows 8 笔记本电脑上设置我的开发环境。我安装了 Aptana,然后安装了 Ruby 1.9.3,并从 git 中提取了我的源代码。然后我运行 gem install compass 并通过使用 compass 创建一个新项目进行测试(所有这些都运行良好)。然后我在 aptana 中打开我的项目并输入 compass watch 并sh.exe: compass: command not found
在终端中出现错误。我不确定为什么 compass 无法在我的项目文件夹中编译。
文件夹设置如下:
- 项目:C:/Users/username/repos/project-name
- 红宝石:C:/用户/用户名/Ruby193