반응형
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 |
Tags
- 파이썬
- google apps script
- Apache
- Google Spreadsheet
- django
- math
- numpy
- Tkinter
- dataframe
- Google Excel
- Redshift
- list
- PostgreSQL
- PySpark
- string
- Excel
- hive
- gas
- Kotlin
- GIT
- array
- Github
- Mac
- c#
- SQL
- Python
- Java
- PANDAS
- matplotlib
Archives
- Today
- Total
달나라 노트
Python Basic : pip install --upgrade library (python library 업그레이드하기. library 버전 업그레이드) 본문
Python/Python Basic
Python Basic : pip install --upgrade library (python library 업그레이드하기. library 버전 업그레이드)
CosmosProject 2021. 9. 14. 19:20728x90
반응형
Python에서 여러 라이브러리를 사용하다보면 최신 버전의 라이브러리로 업그레이드를 해야 할 경우가 있습니다.
그런 경우 아래와 같은 명령어를 terminal에서 사용할 수 있습니다.
pip install --upgrade library_name
예를들어 pandas library를 upgrade한다고하면 terminal에 아래의 명령어를 입력하면 됩니다.
pip install --upgrade pandas
728x90
반응형
'Python > Python Basic' 카테고리의 다른 글
Comments