Ubuntu
This guide explains how to install TensorFlow on Ubuntu.
Prerequisite: Python and Pip
Python is automatically installed on Ubuntu. Take a moment to confirm (by issuing a python -V
command) that one of the following Python versions is already installed on your system:
Python 2.7
Python 3.4+
Install TensorFlow
Assuming the prerequisite software is installed on your Linux host, take the following steps:
Install TensorFlow by invoking one of the following commands:
Uninstalling TensorFlow
To uninstall TensorFlow, issue one of following commands:
Last updated
Was this helpful?