설치된 package 목록 확인
pip freeze
xxx@test:~/temp$ pip freeze
appdirs==1.4.4
asn1crypto==0.24.0
backports.functools-lru-cache==1.6.4
configparser==4.0.2
contextlib2==0.6.0.post1
cryptography==2.1.4
cycler==0.10.0
distlib==0.3.1
enum34==1.1.6
filelock==3.0.12
...
tqdm==4.62.3
typing==3.7.4.3
urwid==2.1.2
virtualenv==20.0.26
zipp==1.2.0
package에 대한 자세한 정보는
pip show [package name]
xxx@test:~/temp$ pip show tqdm
Name: tqdm
Version: 4.62.3
Summary: Fast, Extensible Progress Meter
Home-page: https://tqdm.github.io
Author: None
Author-email: None
License: MPLv2.0, MIT Licences
Location: /home/jw.kim/.local/lib/python2.7/site-packages
Requires:
'당당한 프로그래밍 > 리눅스' 카테고리의 다른 글
[리눅스] ssh connection 수 확인 (0) | 2022.04.27 |
---|---|
[리눅스] OS 확인하기 (0) | 2022.02.17 |
[리눅스] 파일 여러 개 실행하기 (0) | 2022.01.21 |
[리눅스] 메모리(Memory) 확인 명령어 (0) | 2021.11.20 |
[리눅스] 메인보드 모델/이름 확인 명령어 (0) | 2021.09.06 |