Skip to content

Commit b622981

Browse files
committed
Merge pull request #19 from givanse/patch-2
warn about allowing a login shell in the terminal emulator
2 parents de736f7 + 475bc8b commit b622981

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

rails-install-ubuntu.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,14 @@ echo "If the versions match, everything is installed correctly. If the versions
4343
don't match or errors are shown, something went wrong with the automated process
4444
and we will help you do the installation the manual way at the event.
4545
46-
Congrats!"
46+
Congrats!
47+
48+
Make sure that all works well by running the application generator command:
49+
$ rails new railsgirls
50+
51+
If you encounter the message:
52+
The program 'rails' is currently not installed.
53+
54+
It is just a hiccup with the shell, solutions:
55+
$ source ~/.rvm/scripts/rvm
56+
Allow login shell, example http://rvm.io/integration/gnome-terminal/"

0 commit comments

Comments
 (0)