摘要:
1 manjaro 安装anaconda package manager 安装 Anaconda 2 anaconda 设置环境 新建环境 root用户登录 conda create –n tensorflow-python3.7 python=3.7 3 激活环境 source activate 阅读全文
随笔档案-2019年03月
conda 基本操作
2019-03-06 14:21 by 方斌, 2847 阅读, 收藏, 编辑
摘要:
创建环境 conda create –n tensorflow-python3.6 python=3.6 删除环境 conda remove –n tensorflow-python3.6 –all 重命名环境 1 clone环境 conda create –n tf –clone tensorfl 阅读全文