반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- list
- 파이썬
- math
- numpy
- SQL
- GIT
- Github
- Redshift
- PySpark
- hive
- Mac
- string
- Google Spreadsheet
- Java
- gas
- Kotlin
- Tkinter
- c#
- Google Excel
- PostgreSQL
- Apache
- array
- Python
- google apps script
- Excel
- dataframe
- django
- PANDAS
- matplotlib
Archives
- Today
- Total
목록python library list (1)
달나라 노트
Python Basic : pip list, pip freeze, conda list (설치된 python library 목록 확인. 설치된 python library의 버전 확인. 설치된 python 라이브러리 목록 확인. 설치된 python 라이브러리 버전 확인. 설치된 python 모듈)
Python에서 여러 라이브러리를 사용하다보면 어떤 library가 설치되어있고 각 library의 버전은 몇인지 알아볼 필요가 생길 때가 있습니다. 그럴때 사용할 수 있는 명령어는 아래 2가지가 있습니다. pip list -- Result Package Version ----------------- ------------------- Django 3.1.1 openpyxl 3.0.6 pandas 1.3.3 pip 20.2.2 psycopg2 2.8.5 requests 2.25.1 slack-sdk 3.10.1 slackclient 1.3.1 pip freeze -- Result Django @ file:///tmp/build/80754af9/django_1600355803933/work numpy @ ..
Python/Python Basic
2021. 9. 14. 19:03