当前位置:网站首页>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
边栏推荐
- Faster-ILOD、maskrcnn_ Benchmark trains its own VOC data set and problem summary
- Sorting out dialectics of nature
- latex公式正体和斜体
- Use matlab to realize: chord cut method, dichotomy, CG method, find zero point and solve equation
- Win10+vs2017+denseflow compilation
- Using compose to realize visible scrollbar
- win10+vs2017+denseflow编译
- 【信息检索导论】第一章 布尔检索
- Record of problems in the construction process of IOD and detectron2
- Practice and thinking of offline data warehouse and Bi development
猜你喜欢
Agile development of software development pattern (scrum)
Faster-ILOD、maskrcnn_benchmark训练自己的voc数据集及问题汇总
How do vision transformer work? [interpretation of the paper]
[introduction to information retrieval] Chapter 6 term weight and vector space model
The difference and understanding between generative model and discriminant model
Point cloud data understanding (step 3 of pointnet Implementation)
[Bert, gpt+kg research] collection of papers on the integration of Pretrain model with knowledge
Execution of procedures
《Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer》论文翻译
Practice and thinking of offline data warehouse and Bi development
随机推荐
ModuleNotFoundError: No module named ‘pytest‘
【信息检索导论】第二章 词项词典与倒排记录表
A summary of a middle-aged programmer's study of modern Chinese history
win10解决IE浏览器安装不上的问题
Using MATLAB to realize: power method, inverse power method (origin displacement)
【信息检索导论】第七章搜索系统中的评分计算
常见CNN网络创新点
图片数据爬取工具Image-Downloader的安装和使用
【Mixup】《Mixup:Beyond Empirical Risk Minimization》
Common CNN network innovations
[CVPR‘22 Oral2] TAN: Temporal Alignment Networks for Long-term Video
A slide with two tables will help you quickly understand the target detection
Using compose to realize visible scrollbar
Latex formula normal and italic
【Programming】
SSM supermarket order management system
[introduction to information retrieval] Chapter 7 scoring calculation in search system
PHP returns the corresponding key value according to the value in the two-dimensional array
点云数据理解(PointNet实现第3步)
矩阵的Jordan分解实例