I want to install Tensorflow following this instructions. https://www.tensorflow.org/versions/r0.12/get_started/os_setup#pip_installation.
But when I try this code on
After yum install python3-pip, check the name of the installed binary. e.g.
yum install python3-pip
ll /usr/bin/pip*
On my CentOS 7, it is named as pip-3 instead of pip3.
pip-3
pip3