Comments
-
Greg Hurrell
Just to be clear, your summary makes it sound like these are instructions for getting Command-T to work with Ruby 1.9.2 but what you've actually done here is build Vim and Command-T with Ruby 1.8.7; even when you switch back to Ruby 1.9.2 with rvm afterwards, Vim and Command-T will continue to use Ruby 1.8.7 (you can demonstrate this for yourself by doing
:ruby puts RUBY_VERSION
inside Vim).But, yes, this is a correct recipe for building Command-T (in fact, the documentation explicitly recommends that rvm users should switch to the system Ruby when building, especially seeing as it's the system Ruby that MacVim will use by default). It shouldn't actually be necessary to do a port install of MacVim, though; downloading the standard pre-built MacVim binary should work fine.
-
Greg Hurrell
A couple weeks have passed now with no additional comments, so going to mark this one as closed. Feel free to post another comment though if you (or anyone else reading this) have more to add on the topic.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
-
anonymous
Thank you for the solution Wincent!
Just to clarify for any other pour souls in not knowing why their command-t isn't working, while using RVM you need to do
rvm use system
then, when you have pathogen installed you can do your clone andrake make
.Don't forget to switch back to your other version of ruby (I'm guessing 1.9.2) after your done.
- Fourcolors
Add a comment
Comments are now closed for this issue.