내가 제일 어려워하는 환경설정 ㅠ_ㅠ.... 아나콘다 설치 시작
<아나콘다 설치>
www.anaconda.com/products/individual
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
여기 들어가서 설치하고
여기서
conda create -n AI python=3.7
실행하고나면 콘솔에 쭈루루룩 뭐 찍히고 마지막에 이 화면 나옴
conda activate AI
하면 앞에 (base) 였던게 (AI)로 바뀜
<텐서플로우 설치>
conda install git matplotlib scikit-learn tqdm scipy numpy tensorflow-gpu==2.0.0
이렇게 뜨고 아래처럼 쭈루루룩 나옴
y 누르면
이렇게뜨면 설치 끝!
'WEB & JAVA' 카테고리의 다른 글
[심화플젝] 프로젝트 시작 전 내 목표 (0) | 2020.09.01 |
---|---|
[심화플젝] git bash로 git에 프로젝트 폴더 올리기 (0) | 2020.09.01 |
[개발자9조대] git mergetool 사용방법 (0) | 2020.08.06 |
[개발자9조대] vue carousel 구현 (0) | 2020.08.06 |
[개발자9조대] error: Pulling is not possible because you have unmerged files 에러 (0) | 2020.07.28 |