RoyalAzalea

Hello, this is my personal blog

Python Ruby Study _ 환경 구성

03 Jan 2017 » python, ruby

설치환경 Window 10

공부자료

1. 설치

Python : Download button - Download for windows - Python 3.X.X down
Ruby : Download button - Ruby 2.X.X down (32bit or 64bit) - 설치시 추가선택 3개 모두 선택

2. PATH 설정하기

Python : 설치시 PATH 추가 or 직접 환경변수에 python폴더 추가
Ruby : 별도의 PATH 추가 필요하지 않음

3. 실행

Python : cmd 실행 - python 입력 후 코드 입력 or “python + 파일경로/파일이름.py”
Ruby : cmd 실행 - irb 입력 후 코드 입력 or “ruby + 파일경로/파일이름.rb”

4. 다운받는곳

Python : https://www.python.org/downloads/windows/
Ruby : http://rubyinstaller.org/