mac OS에 tensorflow 설치하기

Nanyoung Kim
Oct 21, 2020

--

설치 버젼

  • python : 3.7.7
  • tensorflow : 2.0.0

python 버젼 추가로 설치하기

  • 2020년 1월 이후로 python2 는 지원을 더이상 하지 않는다.
  • python3를 추가로 설치하여 최신 버젼의 python을 설치했다.
  • 여기에 추가로 python 3.7.7 버젼을 설치하고자 한다.
$ brew install pyenv$ echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n  eval "$(pyenv init -)"\nfi' >> ~/.bash_profile$ exec "$SHELL"$ pyenv install 3.7.7
  • python 3.7.7 가 활성화 된 것을 볼 수 있다.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response