conda环境安装文档
CONDA环境安装
1.下载安装minodoncda
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
sh Miniconda3-latest-Linux-x86_64.sh
echo export PATH="/root/miniconda3/bin:$PATH" >>/etc/profile
echo export PATH="/root/miniconda3/bin:$PATH" >>/etc/profile
测试conda命令是否添加成功
- conda create -n tf python=3.6
- 根据提示 conda activate tf
conda install tensorflow=1.14
正在下载软件包:
下载完成:
conda install keras
按照安装第一个软件包tensorflow的操作,安装接下来的软件包
conda install opencv
conda install requests
conda install numpy
下面截图意思:numpy软件包已经安装过了,无需再装。