当前位置:网站首页>CONDA common commands
CONDA common commands
2022-07-02 07:41:00 【chenf0】
1. View the created conda A virtual environment
conda env list or conda info -e See what virtual environments exist today
2. Packages installed in the current environment
conda list
3. Creating a virtual environment
conda create –n env python=3.6
4. Delete the created environment
conda remove –n env –all
5.conda Establish environmental
conda The installation path and location of the established environment :
/home/ user name /.conda/envs/
https://blog.csdn.net/weixin_39572794/article/details/111814606
边栏推荐
- Win10+vs2017+denseflow compilation
- conda常用命令
- Proof and understanding of pointnet principle
- 基于pytorch的YOLOv5单张图片检测实现
- [introduction to information retrieval] Chapter 7 scoring calculation in search system
- CPU的寄存器
- Two dimensional array de duplication in PHP
- 【模型蒸馏】TinyBERT: Distilling BERT for Natural Language Understanding
- Implementation of yolov5 single image detection based on onnxruntime
- Pointnet understanding (step 4 of pointnet Implementation)
猜你喜欢
SSM supermarket order management system
Feeling after reading "agile and tidy way: return to origin"
【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》
[introduction to information retrieval] Chapter 7 scoring calculation in search system
Deep learning classification Optimization Practice
Point cloud data understanding (step 3 of pointnet Implementation)
label propagation 标签传播
【MEDICAL】Attend to Medical Ontologies: Content Selection for Clinical Abstractive Summarization
ModuleNotFoundError: No module named ‘pytest‘
基于onnxruntime的YOLOv5单张图片检测实现
随机推荐
Alpha Beta Pruning in Adversarial Search
Thesis tips
《Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer》论文翻译
Mmdetection installation problem
Deep learning classification Optimization Practice
点云数据理解(PointNet实现第3步)
Drawing mechanism of view (3)
MMDetection安装问题
Translation of the paper "written mathematical expression recognition with bidirectionally trained transformer"
Practice and thinking of offline data warehouse and Bi development
[model distillation] tinybert: distilling Bert for natural language understanding
SSM second hand trading website
Faster-ILOD、maskrcnn_benchmark训练coco数据集及问题汇总
Jordan decomposition example of matrix
Huawei machine test questions-20190417
【信息检索导论】第七章搜索系统中的评分计算
【Mixup】《Mixup:Beyond Empirical Risk Minimization》
Latex formula normal and italic
Ding Dong, here comes the redis om object mapping framework
Classloader and parental delegation mechanism