Start python in the interpreter.
# python
When python comes up, type the following command.
>>> import tensorflow as tf
>>> tf.__version__
'0.10.0rc0'
You can also check with this command.
# pip show tensorflow
--
Metadata-Version: 2.0
Name: tensorflow
Version: 0.10.0rc0
・
・
・
(Omitted)