!pip -q install pandas
!pip -q install numpy
!pip -q install tensorflow
!pip -q install NAME
"-q"를 추가할 경우 설치 code 긴 줄 없이 설치됨
Error 발생 시, Error는 알려줌
'둘 > [ Python ]' 카테고리의 다른 글
Anconda 가상환경 설치, 제거, 추출 (0) | 2024.12.16 |
---|---|
pip list 업데이트 가능한 항목 확인 (0) | 2024.12.13 |
[Error] TypeError: __init__() got an unexpected keyword argument 'extra_args' (0) | 2023.05.16 |
[Pandas] DataFrame Row & Column Limitation (0) | 2023.05.08 |
Handling "inf", "-inf" in Python (0) | 2022.07.12 |