当前位置:网站首页>Collation of commonly used Anaconda commands
Collation of commonly used Anaconda commands
2022-07-24 05:26:00 【Xinxin vegetation】
All of the following The name of the environment is newd2l For example , Readers should send newd2l Replace with the desired environment name
All of the following The name of the package is d2l For example , Readers should send d2l Replace with the package name you need
Create an environment
conda create -n newd2l python=3.7
Look at all the environments
conda env list
Switching environment
activate newd2l
Delete environment
conda remove -n newd2l --all
Check whether the package is normal
pip check d2l
Download a package
pip install d2l
Unload a package
pip uninstall d2l
perhaps
conda remove --name newd2l d2l
Tips : Better first uninstall Again install Update a package
Check the version number of the package
conda list d2l
边栏推荐
猜你喜欢

View progress!!! RPM installation!!!

c2-随机产生函数种子seed、numpy.random.seed()、tf.random.set_seed学习+转载整理

MySQL深入了解

【sklearn】PCA

Pure white tutorial using Druid database connection pool in idea

Web development

C语言入门篇 一.分支和循环语句

DNS domain name resolution service

C语言入门篇 概述

AttributeError: ‘NoneType‘ object has no attribute ‘shape‘
随机推荐
统计学之样本和总体的关系: 样本成功比例+中心极限定理(样本均值)
ZY: modify host name
/etc/rc.local 设置UI程序开机自启动
股票价格走势的行业关联性
C语言从入门到入土——数组
T 6-10
【sklearn】数据预处理
C语言从入门到入土(一)
generator生成器,只生成两个方法
gdb调试core/dump
深度剖析数据在内存中的存储
SSM整合
PPPoE gateway simulation environment setup
Ia notes 2
Sorting out some common server instructions and some binding instructions in csgo
Ain 0722 sign in
泛型和注解
Echo speaker pairing and operation method
这是第一篇
T 6-10