Install and run Ruby on Rails on Windows10
It seems ruby needs Unix env in some points. So in windows, we should use wsl to run ruby. Enable Windows subsystem for Linux and install Linux I guess this site has explained very clear. Don’t forget to sudo apt update and upgrade. Install Ruby/ Ruby On Rails on Windows Open cmd and type “bash” …