5KY's Life
python package version 확인하는 방법 본문
python package version 확인하는 방법입니다.
pip show 패키지명
예시
PS D:\Arisong\PythonPJT\pythonProjectWin\GoogleImageCrawling> pip show selenium
Name: selenium
Version: 4.0.0
Summary:
Home-page: https://www.selenium.dev
Author:
Author-email:
License: Apache 2.0
Location: d:\arisong\pythonpjt\pythonprojectwin\googleimagecrawling\venv\lib\site-packages
Requires: trio, trio-websocket, urllib3
Required-by:
pip freeze를 써도 되지만 모든 패키지에 대한 버젼이 나와서 찾아야 하는 수고로움이 있네요.
728x90
반응형
'IT , Software > Python파이썬' 카테고리의 다른 글
Python파이썬 : Pycharm package install error (0) | 2022.04.06 |
---|---|
Python파이썬 : 크롬 드라이버(Chrome Driver) 다운로드 (0) | 2022.02.10 |
Python : pyautogui import 에러 (0) | 2022.01.26 |
Python파이썬 - investing.com의 챠트 이미지로 저장하기 (1) | 2021.09.25 |
python 파이썬 - 오늘 날짜 출력하기 (0) | 2021.09.24 |