윈도우 Python 버전 확인

윈도우 Python 버전 확인

1 방법 1: python[ | ]

Console
Copy
C:\Users\zetawiki>python -V
Python 2.7.8

2 방법 2: where[ | ]

Console
Copy
C:\Users\zetawiki>where python
C:\Python27\python.exe

3 같이 보기[ | ]