How to install what you need to run the command bundle exec jekyll serve in Linux Mint
If you have to run the command “bundle exec jekyll serve” in Linux Mint Install Ruby Install the GNU Compiler Collection Nokogiri needs zlib Summary table That’s all, I hope If you have to run the command “bundle exec jekyll serve” in Linux Mint I’ve repeatedly had to run a series of installations in Linux Mint to make the bundle exec jekyll serve command working. The possibility to test your Jekyll static sites locally before pushing them on GitHub is really useful. But the basic Linux Mint installation lacks some important pieces of code. So not only do you have to install the Ruby language but also some other piece of code needed for the system to work. After browsing the web several times to collect the instructions I decided to consolidate them into a single post. Now I am on Mint 19.3 Cinnamon edition. Install Ruby The first step is to install Ruby . The easie...