Hello for everyone! Thank you for this forum. Please, let me ask one question about Jekyll installation.
I’m trying to install Jekyll on my Laptop with Elementary OS (based on Linux Ubuntu 18.04 LTS).
I read official Jekyll documentation: https://jekyllrb.com/docs/installation/ubuntu/. First I’m installing ruby-full using command: sudo apt-get install ruby-full build-essential zlib1g-dev
. And all is okay at this stage.
Then I’m trying to create .bashrc on my home folder. I write 3 commands:
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
and all is okay. But when I write 4 command: source ~/.bashrc
, I see next errors:
bash: /home/ayagozman/.bashrc: line 171: syntax error near unexpected token `Install’
bash: /home/ayagozman/.bashrc: line 171: `esac# Install Ruby Gems to ~/gems’
I also attache a screenshot.
Please, can someone help me, whats going wrong there? Sorry for noob question and bad English.