赞
踩
https://docs.conda.io/en/latest/miniconda.html
bash 下载的文件
mkdir
chmod 777 file
cd file
conda create -n python==3.5.2
conda activate donkey
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 --set show_channel_urls yes
conda install -n donkey tensorflow==1.70
conda install -n donkey pillow
复制donkey到python3.5.2/site-packages
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。