-
1. Open anaconda-prompt
-
2. Activate the environment you want to install
Activate environment name
-
3. View each version:
anaconda search -t conda tensorflow
-
4. After finding the latest TensorFlow for your PC environment, view the installation command
Anaconda show < USER/PACKAGE > conda install – channel conda.anaconda.org/anaconda tensorflow = 1.5.0
-
5. Enter y to confirm the package you want to download.