source activate py3 以后找不到cuda

source activate py3以后,运行一线指令安装cuda,解决问题:python

conda install cudatoolkit=8.0 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64/

参考博客linux