C++学习(四八四)anaconda常用命令
Posted hankern
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++学习(四八四)anaconda常用命令相关的知识,希望对你有一定的参考价值。
安装tensorflow:
pip install tensorflow-gpu==2.3.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install tensorflow 安装最新版tensorflow
pip install tensorflow==2.9.0 安装指定版本的tensorflow
查看Anaconda环境是否安装成功:
conda --version
查看目前安装了哪些环境变量:
conda info --envs
创建一个名为 tensorflow 的环境,环境中的 python 版本为3.8
conda create --name tensorflow python=3.8
激活环境变量
activate tensorflow
退出环境变量
deactivate
查询安装信息
conda info
查询已安装的库信息
conda list
测试安装效果
依次输入:python,import tensorflow as tf
以上是关于C++学习(四八四)anaconda常用命令的主要内容,如果未能解决你的问题,请参考以下文章
C++学习(四八七)android studio println的输出位置
C++学习(四八七)android studio println的输出位置
C++学习(四八六)lldb parent failed to evaluate variable not available
C++学习(四八六)lldb parent failed to evaluate variable not available