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