railsinstaller / railsinstaller-nix

RailsInstaller for OSX/Linux
http://railsinstaller.org/
65 stars 12 forks source link

Source what? #25

Open nedludd opened 10 years ago

nedludd commented 10 years ago

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?

mpapis commented 10 years ago

source /etc/profile.d/rvm.sh should be good