命令:conda install tensorflow
打开Anaconda Prompt
进入自己创的虚拟环境python39中:activate python39
进入python交互模式:python 导入tensorflow并重命名为tf:import tensorflow as tf 查看对象tf:dir(tf)
可以查看到有__version__
我们可以查看以下安装的tensorflow的版本:tf.version