We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53d0ec3 + d1a950a commit e30825dCopy full SHA for e30825d
rails-install-fedora.sh
@@ -27,8 +27,10 @@ echo "Installs text editor"
27
sudo yum install gedit -y
28
29
# Make sure RVM, Ruby and Rails are on the user's path
30
-echo "export PATH=$HOME/.rvm/bin:$HOME/.rvm/gems/ruby-1.9.3-p392/bin:\$PATH # Added by Rails Girls install script" >> ~/.bashrc
+echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
31
+set +e
32
source ~/.bashrc
33
+set -e
34
35
echo -n "Should be sqlite 3.7.3 or higher: sqlite "
36
sqlite3 --version
0 commit comments