下载安装Anaconda及tensorflow1.4教程(自用)

目标是安装tensorflow1.4,该版本对python版本也有限制,最高3.6,对应的Anaconda版本最高是5.2.0  

步骤参考下面教程:

Anaconda版本:5.2.0  
(清华镜像)https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

1.安装教程:https://blog.csdn.net/qq_43674360/article/details/123396415
按这个安了一遍(只看到安装部分就行),conda.exe不在Anaconda\Scripts中,然后删除重安就正常了。


2.配置清华镜像看这个:https://blog.csdn.net/william118/article/details/119073539

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/

conda config --set show_channel_urls yes

3.安装tensorflow看这个:https://blog.csdn.net/thuchina/article/details/79173521

2022.12.6又要安装3.8版本呜呜呜呜。

看的这个教程安装anaconda到指定目录教程(Linux系统)_weixin_43120985的博客-CSDN博客_anaconda目录

你可能感兴趣的:(安装步骤,python,tensorflow,深度学习)