tensorflowをanacondaのJupyterで使いたいです
発生している問題・エラー
tensorflowをanacondaのJupyterで使いたいです。
http://trafalbad.hatenadiary.jp/entry/2017/03/10/165408
↑
このサイトを参考に進めていたのですがanaconda-Navigatorから左のリストのEnvironmentsで新しくtensor flowをCreateというボタンを使って作りました。
新しく作ったtensor flowからopen terminalを開いてpip install tensorflow
と打ちたいのですが[プロセスが完了しました]と出て打ち込めません。
open terminalを開くと下のようになります。
エラーメッセージ> Last login: Fri Jun 9 15:39:08 on ttys000
/Users/shintarou/.anaconda/navigator/a.tool ; exit;
tadashintarounoMacBook-Pro:~ shintarou$ /Users/shintarou/.anaconda/navigator/a.tool ; exit;
pyenv: bash: command not found
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...none found.
試したこと
Not installed からSeachしてtensorflowを見つけようとしてもありませんでした。
補足情報(言語/FW/ツール等のバージョンなど)
python
macを使っています
anacondaを一度アンインストールしたので関係があるのかもと思っています
terminalでpython
と打ち込めば下のように出ます
Python 3.5.3 |Anaconda custom (x86_64)| (default, Mar 6 2017, 12:15:08)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.