jarinosuke blog

about software engineering, mostly about iOS

2017-03-13から1日間の記事一覧

virtualenv で TensorFlow をインストールする

virtualenv を使用して TensorFlow をインストールする こちら で virtualenv を使用した方法が 推奨されていたのでそれに従い行った 1.install pip $ easy_install pip 2.upgrade virtualenv if needed $ pip install --upgrade virtualenv 3.create virtua…