Python 3.9.5 ๋ฒ์ ์ ์ฌ์ฉํ์ต๋๋ค.
MacOS Python ์ค์น
MacOS๋ Python ํํ์ด์ง Downloads ํญ์์ MacOS X๋ฅผ ์ ํํ์ฌ ๋ฒ์ ์ ํ์ธํ ์ ์์ต๋๋ค.
Mac OS ๋ฒ์ ์ ๋ฐ๋ผ intel installer๋ ์ฌ์ฉํ ์ ์๋ค๊ณ ํฉ๋๋ค. universal installer๋ก ์ค์นํด์ค๋๋ค.
์ค์น๊ฐ ์๋ฃ๋๋ฉด Applications ํด๋ ์๋ Python ํด๋๊ฐ ์๊ธฐ๋ ๊ฒ์ ํ์ธํ ์ ์์ต๋๋ค.
Python ์ค์น ํ์ธ
$ python3 -V
Python 3.9.5
$ python3
Python 3.9.5 (v3.9.5:0a7dcbdb13, May 3 2021, 13:05:53)
[Clang 12.0.5 (clang-1205.0.22.9)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print("hello coding log")
hello coding log
์ค์น ํ ์ ์์ ์ผ๋ก ๋ฒ์ ํ ๋ช ๋ น์ด ์คํ๋๋์ง ํ์ธํฉ๋๋ค.
๋๊ธ