willcosgrove / atom-ruby-bundler

Atom Package to mange your Gemfile
MIT License
2 stars 5 forks source link

Anyone using this with rvm? #4

Open ehoch opened 10 years ago

ehoch commented 10 years ago

If so, please post what you added to your ~/.atom/init.coffee

Thanks!

willcosgrove commented 10 years ago

I don't have too much experience with RVM, but I found out that running atom from the command line without passing it any particular path to open (Eg atom . or atom ~/code/foo) it will automatically inherit the environment of the current shell. So I had initially modified my ~/.atom/init.coffee file to include my $PATH but when I just navigate into the folder I want opened, and run the atom command, the $PATH gets correctly set without needing anything extra in my init.coffee.

So this may be of no help, but it might. You might try running atom that way, if you aren't already and see if that solves any problems.

Also, sorry for the slow response!

EdwardCourt commented 8 years ago

Yes it works with rvm.