Day3-骆栢维
2019-11-24 本文已影响0人
Norville
conda的使用
查看软件目录—— conda list
微信截图_20191124142934.png搜索软件——conda search 软件名
tip:可以从软件目录查看有什么软件
微信截图_20191124143307.png
安装软件—— conda install 软件名 (-y)
-y表示自动安装
卸载软件—— conda remove 软件名 (-y)
-y表示自动卸载
tip:可以从软件目录查看有什么软件
-y表示自动安装
-y表示自动卸载