The proper way to install jekyll with rbenv

I did install Jekyll with rubygem with success. But i can’t launch the application with a command. Or check the version.

i’m using the article as a reference : https://www.scaleway.com/en/docs/installation-of-jekyll-on-ubuntu/

But i am concerned with the step number 4 because i am using rbenv

The gems do not install a script call jekyll. But a file call jekyll.ruby2.5 >:(

I wrote the following awhile back…
Describes how to install rbenv for all Users on your system, not just your logged in User. If you want to install only for your logged in User, just follow the official rbenv documentation

https://en.opensuse.org/User:Tsu2/Install_Ruby

At the end of the above article there is a link to installing Jekyll

Haven’t reviewed these articles in awhile, if you run into issues, post your questions and I’ll update what is needed.

TSU