我开始使用Ruby开发并且几天前买了一台MAC。我在TextMate上安装RSpec软件包很困难。当我输入以下命令时:
John-Doe-MacBook-Pro:用户johndoe $ cd~ / Library / ApplicationSupport / TextMate / Bundles /
我得到以下内容:
-bash:cd:/ Users / johndoe / Library / ApplicationSupport / TextMate / Bundles /:没有这样的文件或目录
知道我做错了什么吗?
答案 0 :(得分:1)
首先安装git: http://git-osx-installer.googlecode.com/files/git-1.7.2-intel-leopard.dmg
从终端:
mkdir ~/Library/Application\ Support/TextMate
mkdir ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/rspec/rspec-tmbundle.git RSpec.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'