Open ehoch opened 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!
Yes it works with rvm.
If so, please post what you added to your ~/.atom/init.coffee
Thanks!