Se env ruby
for Ruby 2.0 ou 1.9, tente:
- Editando PATH ou TM_RUBY em Preferências > Variáveis.
- Alterando
#!/usr/bin/env ruby
para#!/usr/bin/ruby
origem > Ações do menu > Comentários > Linha de comentário / seleção.
Ou tente excluir temporariamente pacotes configuráveis. De erro [TxMt] TM2 executando Linha de comentários / seleção - Grupos do Google :
Your bundles are likely messed up.
The TM_SUPPORT_PATH comes from the Bundle Support bundle, so you may have uninstalled that.
You can check Preferences → Bundles or remove ~/Library/Application Support/{TextMate,Avian}/ and relaunch to get back to defaults.
TM_SUPPORT_PATH é algo como ~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared
. Tente executar echo $TM_SUPPORT_PATH
ou env
com ⌃R.