-
Notifications
You must be signed in to change notification settings - Fork 491
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
Mina ssh doesn't load bash_profile? #311
Comments
I think so. I task :environment do
queue 'source ~/.bash_profile'
end |
that is because of how ssh works, mina does not run ssh interactively |
So, how can we workaround this? It is handy to ssh server with mina's ssh command, but everytime we have to print something like |
Take a look at FAQ There is more info there on how to fix this |
I load in my .bash_profile ruby 2.2 (default is 1.8.7). When normalling ssh'ing, it works, but when doing
mina ssh
, it doesn't:The text was updated successfully, but these errors were encountered: