How to check the version anaconda

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/qq_43426335/article/details/97761641

Course https://www.bilibili.com/video/av20542427/?p=4

 

How to check the version anaconda

Prompt, enter

Conda V

(base) C:\Users\HP>conda -V

 

View all packet input

conda list

这样就可以看Python版本了呀

 

安装tensorflow 

管理员身份运行Prompt

查看python版本后

输入

pip install tensorflow

pip3 install tensorflow

 

Guess you like

Origin blog.csdn.net/qq_43426335/article/details/97761641