TensorFlow Anaconda makes it easy to install TensorFlow, enabling your data science, machine learning, and artificial intelligence workflows. This page shows how to install TensorFlow with the conda package manager included in Anaconda and Miniconda. TensorFlow with conda is supported on 64-bit Windows 7 or later, 64-bit Ubuntu Linux 14.04 or later, 64-bit CentOS Linux 6 or later, and macOS 10.10 or later. The instructions are the same for all operating systems. No apt install or yum install commands are required. Install TensorFlow Download and install Anaconda or the smaller Miniconda. On Windows open the Start menu and open an Anaconda Command Prompt. On macOS or Linux open a terminal window. Use the default bash shell on macOS or Linux. Choose a name for your TensorFlow environment, such as “tf”. To install the current release of CPU-only TensorFlow, recommended for beginners: conda create -n tf tensorflow conda activate tf Or, to install the current release of GPU TensorFlow on Linux or Windows: conda create -n tf-gpu tensorflow-gpu conda activate tf-gpu # Test1 # Test2 # Test3 xxx@yyy.zzz abc@yyy.zzz aaa@abc.zzz