반응형
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
- PANDAS
- array
- Java
- PostgreSQL
- django
- PySpark
- numpy
- 파이썬
- Google Spreadsheet
- math
- c#
- Tkinter
- GIT
- google apps script
- Presto
- Google Excel
- gas
- hive
- list
- Kotlin
- SQL
- dataframe
- Github
- Apache
- Excel
- string
- matplotlib
- Python
- Redshift
Archives
- Today
- Total
목록python remove (1)
달나라 노트
Python Basic : pip uninstall (Python 모듈 삭제. Python 라이브러리 삭제.)
아래 명령어를 이용하면 설치된 Python library를 삭제할 수 있습니다. pip uninstall module_name 만약 anaconda interpreter를 사용하고 있고 conda에 설치된 module을 삭제하고 싶다면 아래 명령어를 사용하면 됩니다. conda remove module_name pip uninstall pandas conda remove numpy 예를 들면 위와 같습니다.
Python/Python Basic
2022. 2. 10. 20:35