打开和关闭conda,激活和关闭conda,详解退出conda环境

Python编程技巧:详解退出conda环境

https://www.python100.com/html/110499.html

复制代码
 # 创建虚拟环境

~/anaconda3/bin/conda create -n name python=3.6

激活虚拟环境

source ~/anaconda3/bin/activate name

查看所有环境

conda env list

激活虚拟环境

conda activate name

退出当前虚拟环境

conda deactivate name

相关推荐
爱吃苹果的梨叔1 天前
训练集群网络中断怎么办?智算机房的 Console 串口排障方案
网络·python·智能路由器·php
kk”1 天前
Linux的组和权限管理
linux·运维·服务器
李妍.1 天前
02Numpy基础(上)
开发语言·python
TheBestRucy1 天前
Python 九阳神功之贰:面向对象(下)
开发语言·python
2601_965958461 天前
口腔黏膜脱皮超2周未愈建议及时就医
人工智能·python
HyperAI超神经1 天前
【Triton 教程】triton_language.fdiv
人工智能·深度学习·triton
mohesashou1 天前
红帽linux的K8S部署
linux·kubernetes·ansible
微小冷1 天前
在不同空间中展示数据(欧式、球面、庞加莱圆盘)
python·双曲空间·微分几何·geomstats·庞加莱圆盘·球面
xiaoye-duck1 天前
《Linux网络编程》UDP Socket 编程实战:从 Echo 回显、通用字典服务到套接字封装全流程
linux·网络·udp