python

[Python] python 여러개 버전 확인 (Windows)

http://portfolio.wonpaper.net 2025. 1. 20. 16:06

설치되어 있는 파이썬 버전 간단히 확인하기

 

C:\Users\wonpa>py --version
Python 3.11.0

C:\Users\wonpa>py --list
 -V:3.11 *        Python 3.11 (64-bit)
 -V:3.9           Python 3.9 (64-bit)
 -V:3.9-32        Python 3.9 (32-bit)
 -V:3.8
 -V:3.7           Python 3.7 (64-bit)
 -V:ContinuumAnalytics/Anaconda38-64 Anaconda 2020.11

 

 

 

 

참고 : https://kindloveit.tistory.com/132