AR삽질러

Ruby설치 및 환경설정 - (1) 본문

Ruby/Ruby-한국어

Ruby설치 및 환경설정 - (1)

아랑팡팡 2023. 8. 25. 21:34
728x90

 

Ruby설치 및 환경설정

 

Window Ruby설치

 

1. Ruby다운로드

 

https://www.ruby-lang.org/en/downloads/

 

Download Ruby

Here you can get the latest Ruby distributions in your favorite flavor. The current stable version is 3.2.2. Please be sure to read Ruby’s License. Ways of Installing Ruby We have several tools on each major platform to install Ruby: On Linux/UNIX, you c

www.ruby-lang.org

https://rubyinstaller.org/downloads/

 

Downloads

Which version to download? If you don’t know what version to install and you’re getting started with Ruby, we recommend that you use the Ruby+Devkit 3.2.X (x64) installer. It provides the biggest number of compatible gems and installs the MSYS2 Devkit

rubyinstaller.org

 

64bit로 받았습니다!

 

 

라이센스 동의후 Next

 - Add Ruby executables to your PATH : 환경변수 PATH에 ruby디렉토리를 추가한다.

 - Associate .rb and .rbw files with Ruby installation : .rb /rbw 파일을 ruby CMD로 실행할 수 있도록 한다.

 

모두 선택

 

설치가 완료되면 체크박스를 선택하고 Finish를 눌러준다.

 

 

그럼 자동으로 cmd창이 열리고 ridk install을 시작한다.

 

 

1,2,3 모두 설치해주고 설치가 끝나면 Enter를 눌러 종료한다.

 

마지막으로 cmd에서 "ruby -v" 명령어로 Ruby 설치가 되었는지 확인해본다.

 

 

Ruby의 설치가 완료되었다.

 

728x90
반응형
LIST

'Ruby > Ruby-한국어' 카테고리의 다른 글

Ruby goormide 환경설정 - (1)  (0) 2023.08.29
Ruby 연산자 - (4)  (0) 2023.08.28
Ruby 변수와 상수 - (3)  (0) 2023.08.27
Ruby의 자료형 - (2)  (0) 2023.08.27
Ruby란? - (0)  (0) 2023.08.25