Installing Jekyll on Windows Subsystem for Linux
Install Windows Subsystem for Linux
Install Ubuntu
Install Dependencies
- Start Ubuntu
sudo apt-get update -y && sudo apt-get upgrade -ysudo apt-get install ruby-full build-essential dh-autoreconf -y- Add the following with
nano ~/.bashrc
# Ruby exports
export GEM_HOME=\$HOME/gems
export PATH=\$PATH:\$HOME/gems/bingem updategem install jekyll bundler- Check that Jekyll is installed with
jekyll -v