개발/Python
Installing Anaconda Navigator apple M1 mac and 실행
Byunpa24
2021. 8. 2. 09:08
반응형
다운로드 및 설치:
website: 아래의 주소로 들어가서 mac GUI버전을 다운 받는다.
https://www.anaconda.com/products/individual#Downloads
Anaconda | Individual Edition
Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine.
www.anaconda.com
아나콘다 prompt 실행
1. Mac terminal 을 열고 anaconda를 친다.
2. conda create -name ml(machine learning, 아무 이름가능)
3. proceed 가 나오면 y
4. activate 하기 : conda activate ml
반응형