赞
踩
cd ~
vim .bashrc
键入i进入insert编辑模式
复制粘贴下面命令
esc退出编辑模式,:wq保存
使环境变量生效source ~/.bashrc
就成功了
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2020.02-Linux-x86_64.sh
sh Anaconda3-2020.02-Linux-x86_64.sh
source .bashrc
conda create -n python_3_7 python=3.7
source activate python_3_7
pip install tensorflow-gpu2.0.0-beta0
pip install numpy1.16.0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。