Programming/deep learning

[딥러닝기초] 아나콘다 업데이트

꿍혀닝 2021. 5. 25. 18:33

** ㅁㅐ우 간단주의

 

1) conda 환경 접속 후 명령어 실행

     conda update -n base conda

 

2) conda update 후 패키지 업데이트 명령어 실행

     conda update --all 

 

3) python pip 업데이트 명령어 실행

     python -m pip install --upgrade pip

 

완료!

728x90