MacOs
Prerequisite:
Python
Pip
$ pip -V # for Python 2.7
$ pip3 -V # for Python 3.nXcode
Install TensorFlow
Uninstalling TensorFlow
Last updated
$ pip -V # for Python 2.7
$ pip3 -V # for Python 3.nLast updated
$ pip install tensorflow #Python 2.7; CPU support
$ pip install tensorflow #Python 3.n; CPU support$ pip uninstall tensorflow
$ pip3 uninstall tensorflow