When I installed Jekyll and other gems, I changed my gem path.
$ export GEM_HOME=$HOME/gems
$ export PATH=$HOME/gems/bin:$PATH
After set everything, when I start new terminal and run Jekyll server, I get this message.
-bash: jekyll: command not found
I set again gem path and try Jekyll server. It works well.
$ jekyll serve