创建keras环境步骤

0 下载并安装miniconda

下载miniconda的网站

bash Miniconda3-latest-Linux-x86_64.sh 执行安装

一股YES,安装成功,但是会发现不存在。

pip list
Command 'pip' not found, but can be installed with:
sudo apt install python-pip

此时,我们对终端进行重启即可

1.首先安装anaconda
2.bash Anaconda安装包
3.在终端输入anaconda(确保已经安装完成)
4.终端输入vim ~/

你可能感兴趣的:(tesorflow,keras,tensorflow,linux)