Stan Blog

學習過程中的一些記錄

[Rails] bundle open 設定

記錄一下遇到問題的版本 macOS Version: 10.13.5 Sublime Version: 3.0, Build 3143


bundle open 可以打開 gem

如果沒設定過 , 第一次使用會顯示

2018-08-18 09 26 05

修改你的 .bashrc 或 .zshrc , 加上

export EDITOR='subl -w'

2018-08-18 09 34 01

接著再試一次

2018-08-18 09 37 01

如果出現上圖問題 , 要在設定 sublime 的 symbolic link

$ sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin

設定完成後 , 就可以打開 gem 了 !

2018-08-18 09 43 58


Ref:

Comments

comments powered by Disqus