I\'m working with Ubuntu 14.04 , I had a TensorFlow V0.10 but I want to update this version. if i do:
Ubuntu 14.04
TensorFlow V0.10
$ pip install --upgrade $TF_
This is official recommendation for upgrading Tensorflow.
To get TensorFlow 1.5, you can use the standard pip installation (or pip3 if you use python3)
$ pip install --ignore-installed --upgrade tensorflow