We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just installed railsinstaller 1.0.4 on OSX 10.8. I use zsh as my default shell.
Install went smoothly, but when I reopened my shell I got
/etc/zprofile:source:8: not enough arguments
Sure enough my "/etc/zprofile" had just "source" with no arguments in it.
I figure it needed
source /etc/profile.d/rvm.sh source /etc/profile.d/sm.sh
Am I right?
The text was updated successfully, but these errors were encountered:
source /etc/profile.d/rvm.sh should be good
source /etc/profile.d/rvm.sh
Sorry, something went wrong.
No branches or pull requests
Just installed railsinstaller 1.0.4 on OSX 10.8. I use zsh as my default shell.
Install went smoothly, but when I reopened my shell I got
Sure enough my "/etc/zprofile" had just "source" with no arguments in it.
I figure it needed
Am I right?
The text was updated successfully, but these errors were encountered: