当前位置:网站首页>CONDA environment management command
CONDA environment management command
2022-04-23 20:31:00 【zjt597778912】
Get into / Exit virtual environment
source activate env_name
source deactivate
Creating a virtual environment
cnoda create -n env_name pip python=3.8
View virtual environment
conda env list
conda info -e
Delete virtual environment
conda remove -n env_name --all
Copy virtual environment
conda create -n env_name2 --clone env_name1
Installation package
conda install package_name
pip inatall package_name
Check the bag
conda list
pip list
Update package
conda update package_name
conda update --all
Find package
conda search keyword
Delete the package in the virtual environment
conda remove package_name
版权声明
本文为[zjt597778912]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210550240870.html
边栏推荐
- Commit and rollback in DCL of 16 MySQL
- Some basic knowledge of devexpress report development
- Es index (document name) fuzzy query method (database name fuzzy query method)
- Livego + ffmpeg + RTMP + flvjs to realize live video
- Plato Farm元宇宙IEO上线四大,链上交易颇高
- 上海回应“面粉官网是非法网站”:疏于运维被“黑”,警方已立案
- Servlet learning notes
- [stack and queue topics] - sliding window
- Operation of numpy array
- Resolve the eslint warning -- ignore the warning that there is no space between the method name and ()
猜你喜欢
Es keyword sorting error reason = fielddata is disabled on text fields by default Set fielddata = true on keyword in order
On BIM data redundancy theory
LeetCode 116. 填充每个节点的下一个右侧节点指针
内网渗透之DOS命令
Leetcode 542, 01 matrix
High paid programmer & interview question series 91 limit 20000 loading is very slow. How to solve it? How to locate slow SQL?
BMP JPEG picture to vector image contourtrace
Some basic configurations in interlij idea
Recognition of high-speed road signs by Matlab using alexnet
LeetCode 994、腐烂的橘子
随机推荐
DNS cloud school | quickly locate DNS resolution exceptions and keep these four DNS status codes in mind
LeetCode 994、腐烂的橘子
The problem of 1 pixel border on the mobile terminal
Some basic configurations in interlij idea
Actual measurement of automatic ticket grabbing script of barley network based on selenium (the first part of the new year)
打新债中签以后怎么办,网上开户安全吗
Servlet learning notes
Shanghai a répondu que « le site officiel de la farine est illégal »: l'exploitation et l'entretien négligents ont été « noirs » et la police a déposé une plainte
Sqoop imports tinyint type fields to boolean type
The ODB model calculates the data and outputs it to excel
高薪程序员&面试题精讲系列91之Limit 20000加载很慢怎么解决?如何定位慢SQL?
DNS cloud school rising posture! Three advanced uses of authoritative DNS
Install MySQL 5.0 under Linux 64bit 6 - the root password cannot be modified
内网渗透之DOS命令
Paper writing 19: the difference between conference papers and journal papers
Leetcode 709, convert to lowercase
Rédaction de thèses 19: différences entre les thèses de conférence et les thèses périodiques
Plato Farm元宇宙IEO上线四大,链上交易颇高
LeetCode 232、用栈实现队列
[stack and queue topics] - sliding window