Jekyll Command On Terminal

Reading time ~1 minute

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

[Swift 5.4] 02.03. Functions and Closures

## Swift 여행 시작하기### 함수와 클로저(Closures)`func`를 사용하여 함수를 정의합니다. 괄호 안의 인수 목록과 함께 함수의 이름을 사용하여 함수를 호출합...… Continue reading

Pluralsight Free April 후기

Published on May 03, 2020