You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed hours to make Mina work because it didn't find bundler itself, as .bash_profile is only read by non-interactive shells, so Mina used the "wrong" path.
I fixed the issue by doing this:
task :environment do
queue %[echo '-----> Loading environment']
queue %[source ~/.bash_profile]
end
Maybe this should be mentioned somewhere? Would it be a problem to always automatically load .bash_profile?
Thanks for Mina, it's really nice tool and soooo fast! 👍
The text was updated successfully, but these errors were encountered:
My hoster lets me activate Ruby 2.1 by adding some lines to my
.bash_profile
:I needed hours to make Mina work because it didn't find bundler itself, as
.bash_profile
is only read by non-interactive shells, so Mina used the "wrong" path.I fixed the issue by doing this:
Maybe this should be mentioned somewhere? Would it be a problem to always automatically load
.bash_profile
?Thanks for Mina, it's really nice tool and soooo fast! 👍
The text was updated successfully, but these errors were encountered: