Conda命令速查
命令速查
命令 | Command |
---|---|
新建Python环境 | conda create --name hello python=3.10.14 |
激活环境 | conda activate hello |
退出当前环境 | conda deactivate |
安装python包 | conda install < package name> |
安装python包 | pip install < package name> |
查看所有python环境 | conda env list |
原文地址:https://blog.csdn.net/qq_29402011/article/details/144050497
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!