Installing the Base Software
Use Yum to install the base software on which TensorFlow compilation depends, including GCC/G++ and Python.
- Use PuTTY to log in to the server as the root user.
- Install the base software and configure the environment variables.
1yum install gcc g++ zip python vim tar wget unzip
Parent topic: Configuring the Compilation Environment