[python 3] 미니콘다(miniconda)설치 후 환경변수 설정하기.
1. 미니콘다 안에 이미 파이썬과 기타 라이브러리가 존재한다. 이미 파이썬이 컴퓨터에 있다면 삭제 후 미니콘다 설치를 진행한다.
https://docs.conda.io/en/latest/miniconda.html
Miniconda — Conda documentation
Miniconda Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. Use th
docs.conda.io
본인 컴퓨터에 맞는 파일을 다운 받아 설치한다.
2. 설치과정에서 path는 연결하지 않는다.
3. 환경변수 path 설정하기.
제어판 - 시스템 및 보안 - 시스템 - 고급 시스템 - 고급 - 환경변수 - 사용자변수 - path

위에서 보이듯이 환경 변수 path 항목에 본인의 miniconda3가 저장된 주소를 넣어준다.
다음은 주피터 노트북을 설치해보자.
2020/03/27 - [Computer Language/Python] - [python 3] 주피터 노트북 (Jupyter notebook) 설치하기.
[python 3] 주피터 노트북 (Jupyter notebook) 설치하기.
1. 주피터 노트북을 설치하기 전 먼저 miniconda가 깔려 있어야 한다. 2020/03/27 - [Computer Language/Python] - [python 3] 미니콘다(miniconda)설치 후 환경변수 설정하기. [python 3] 미니콘다(miniconda)설..
supermemi.tistory.com