우노
[Python] Anaconda Python 버전 확인 및 변경 본문
Anaconda에 설치된 Python 버전 확인
conda search python

Anaconda Python 버전 변경
# conda install python=원하는 파이썬 버전
conda install python=3.7.0'Language > Python' 카테고리의 다른 글
| [Python] dictionary 키, 값 정렬 (0) | 2021.05.26 |
|---|---|
| [Python] zip, 인자 언패킹(argument unpacking), *args, **kwargs (0) | 2021.04.18 |
| [Python] Matplotlib plot 폰트 크기 변경 (0) | 2021.03.31 |
| [Python] Pandas DataFrame column에 numpy 배열 추가하기 (0) | 2021.01.14 |
| [Python] 2차원 dictionary (0) | 2021.01.13 |
Comments