TensorFlow's python environment construction

PyCharm configure compiler

1. In the settings, we add a new compiler

Click the file in the upper left corner, then click Settings to start configuration.

2. Click Add to configure the new compiler

 3. Select your anaconda installation path in the interpreter, find the corresponding virtual environment name under the envs file (if you follow the previous article to install, the name of the virtual environment is tensor), select python.exe in the file

4. After selecting the corresponding compiler, check Apply to all programs below and click OK.

 Configuration completed!​ 

Guess you like

Origin blog.csdn.net/yh1009/article/details/132826954