Skip to content

Instantly share code, notes, and snippets.

@zion830
Last active March 25, 2019 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zion830/e9781857a086bc214072f73dc95ac7bc to your computer and use it in GitHub Desktop.
Save zion830/e9781857a086bc214072f73dc95ac7bc to your computer and use it in GitHub Desktop.
파이썬 설치하기

Python 설치하기

다음 수업(3.28)부터는 Python 교육이 시작됩니다.

수업 당일 날 설치를 진행하면 시간이 많이 지체되기 때문에 아래 가이드에 따라 미리 파이썬을 설치해주세요.

1. 파이썬 설치 파일 다운받기

설치 링크에서 Download Python 3.7.2 클릭

2. .exe 파일 실행

아래 옵션을 둘 다 체크해준 후 Install Now 클릭

capture1

3. 설치

로딩 후 아래와 같이 표시되면 설치 완료입니다.

capture2

capture3

4. 실행해보기

명령 프롬프트(cmd)를 켠 후 python이라고 입력해보세요.

커서가 >>> 모양으로 바뀌었다면 정상적으로 파이썬이 설치된 것입니다.

capture4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment