1. Anconda 다운, 압축풀기
2. "conda command not found" error -> Path설정
- anaconda3 의 config 파일에 다음을 추가하거나 터미널에 입력한다.
- current directory가 ~인 상태에서
export PATH="~/ananconda3/bin:$PATH
- conda --version 으로 확인
3. python(pycharm) 다운, 압축풀기
4. tensorflow 설치
- python terminal에 다음과 같이 입력
pip install --ignore-installed --upgrade tensorflow
'프레임워크 & 라이브러리' 카테고리의 다른 글
DAG: For Optimizing Execution Plan (0) | 2019.02.08 |
---|---|
RDD: 새로운 컴퓨팅 패러다임 (0) | 2019.02.08 |
Introduction to SPARK (0) | 2019.02.08 |
전통적인 분산 컴퓨팅과 그 발전 (0) | 2019.02.08 |