rbenv使用時、 linter-rubyのSettings -> Ruby executable Path
にwhich ruby
の値を入れてもrbenv system
のrubyを使う模様。
Atomのinit.coffee
に以下を追加してカレントディレクトリを変更する。
init.coffee
process.chdir(atom.project.getPaths()[0]) if atom.project.getPaths()[0]?
Go to list of users who liked
More than 5 years have passed since last update.
rbenv使用時、 linter-rubyのSettings -> Ruby executable Path
にwhich ruby
の値を入れてもrbenv system
のrubyを使う模様。
Atomのinit.coffee
に以下を追加してカレントディレクトリを変更する。
process.chdir(atom.project.getPaths()[0]) if atom.project.getPaths()[0]?
Register as a new user and use Qiita more conveniently
Go to list of users who liked