-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PATH
is incorrect when trying to execute tests
#2118
Comments
@carlosgaldino try to run |
I have the same bug. PATH is not inherited when started from a sshed -X ( x forward) terminal. |
@co-dh well, I suspect that it's not related to original issue (and honestly believe that it can be closed). But in any case, could you please describe repro steps better? Are you just doing following steps?
I am not sure how it even supposed to work (never used Also, as an option you could use TRAMP (built-in emacs) to edit files over ssh. |
ssh -X will forward X, so the gui starts locally. I don't want to use TRAMP, because I would like to install/config spacemacs on the dev machine once, then ssh from everywhere. I suspect that this bug is the same as #2118. |
There is the package * if you want to do it right it should be in your |
@StreakyCobra I can not set the .bashrc or .zshrc, because there is a very old version of node.js used by my production environment. so I usually just manually export before I developing. |
You have a really unusual setup (ssh + X forward + emacs GUI + no |
I don't agree. |
Fine, we already have more information here. I'm pretty sure if you exclude |
This old issue (the original one) has been waiting for a response for more than one month. As no answer has been provided, we can not help further or know if the issue is still relevant. We are then closing it. Feel free to open a new issue if there is any news on this side, be sure to read this guide first and link this issue in the new one. @co-dh If your issue is not sloved, please open a new one. |
@StreakyCobra thanks. I've fixed by put it in dotspacemacs/user-init. hope this will help others. |
Hi,
whenever I try to execute tests using
SPC m t t
for a rails project I get an error that some gems are not installed. I checked if the gems are installed on the command line and everything works well, another strange thing is that when I executeSPC m b i
to install the gems I get an output saying that everything is already installed as well.What's wrong then that when executing the specs such gems are not found?
I'm running Spacemacs version
0.102.2
Thanks.
The text was updated successfully, but these errors were encountered: