Asimov
February 17, 2020, 1:20am
#1
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
Asimov
February 25, 2020, 3:25am
#2
The gems do not install a script call jekyll. But a file call jekyll.ruby2.5 >:(
tsu2
February 25, 2020, 4:28am
#3
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