반응형
RubyInstaller for Windows
Is RubyInstaller for you? RubyInstaller is the easiest and most used Ruby environment on Windows. And Ruby is a great language for beginners as well as professionals. It’s suitable for small scripts as well as large applications. RubyInstaller combines the
rubyinstaller.org
RubyInstaller를 이용해 설치하는 것이 개인적으로 가장 간편하다고 생각한다.

Download 버튼 클릭

2.6.5를 추천하고 있어서 해당 버전을 다운로드했다.
64 bit는 x64를, 32 bit는 x86으로 installer를 다운로드하면 된다.


UTF-8 설정도 체크해준다.






1, 2, 3을 차례로 설치해준다.
Ruby installer에서 MSYS2 development toolchain 체크를 했다면
3번을 입력했을 때 이미 설치가 된 상태이므로 알아서 건너뛴다.

$ ruby -v
명령어를 이용해 Ruby가 제대로 설치되었는지 확인한다.
반응형
'Ruby on Rails' 카테고리의 다른 글
Rails6 프로젝트에 Framework7 적용하기 (0) | 2021.07.18 |
---|---|
[Mac] rvm으로 ruby version 관리하기 (0) | 2021.07.18 |
Rails database를 PostgreSQL로 설정하는 방법 (0) | 2020.03.18 |
Windows 10에 PostgreSQL 설치하기 (0) | 2020.03.18 |
Windows 10에 Rails 설치하기 (0) | 2020.03.18 |