miniforge
![[Mac M1] Tensorflow 설치 방법](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbYd21V%2FbtrrB6mGBLt%2FAAAAAAAAAAAAAAAAAAAAABra3Yn6-Fo3EhnTub3iCF7G_cfXKDCy9l4Nb9gaqR5W%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DbnRsgZVrq%252F%252BpRrzrF89zbJf%252B54I%253D)
[Mac M1] Tensorflow 설치 방법
Window와 달리 mac에서는 pip install tensorflow가 안된다. Mac에서 Tensorflow를 사용하기 위해서 일단 Miniforge가 필요하다 Step1. Miniforge 설치방법 0. Homebrew 설치 방법 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # 혹시 뒤에서 오류나는 경우 ,__username__ : 자기 local username % echo 'eval $(/usr/loack/bin/brew shellenv)' >> /Users/__username__/.zprofile % eval $(/usr/loacl/bin/brew shellenv..