0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【備忘録】Macでtensorflowの環境構築

Last updated at Posted at 2022-01-07

##前提
備忘録です。
あまり理解していないので自分がやったことを書いています。
詳しくは参考文献を見ていただきたいです。

##参考
__ここ__を参考にしました。

##環境
・macOS Monterey : 12.0.1
・anaconda-navigator

##環境構築
###1. フォルダを作成
今回は書籍(documents)にフォルダを作った。

conda create -n tensorflow pip python=2.7 (or python=3.3)
conda activate tensorflow

promptが (tensorflow)$ になればとりあえず良い。

###2. jupyterのインストール

conda install jupyter

###3. tensorflowのインストール

pip --no-cache-dir install -I -U tensorflow

###4. jupyter notebookの起動

jupyter notebook

##コメント
備忘録として書いたので、全く解説しておりません。。。(あまり理解できていません。)
新卒エンジニア、学び続けて頑張ります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?