conda札記

列出所有環境

conda info --envs

切換環節

activate bunnies

刪除flowers環境

conda remove --name flowers --all 

檢查一下可以安裝哪些版本的Python:

conda search --full-name python

搜索包

conda search beautifulsoup4

安裝新軟件包

conda install --name bunnies beautifulsoup4

刪除包

如果你決定不繼續使用商業包IOPro,您可以從bunnies環境中刪除它:

conda remove --name bunnies iopro

--------------------------------------------------

https://blog.csdn.net/j879159541/article/details/89923608

conda本地安裝方法

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章