conda卸载和conda删除有什么区别?
似乎这两个命令都可以用来删除包:
conda uninstall numpy
conda remove numpy
It seems that both commands can be used to remove packages:
conda uninstall numpy
conda remove numpy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有区别,都是同一个命令。
检查
conda uninstall
的help
输出:注意 conda remove 的别名。
There is no difference, they are the same command.
Check the
help
output ofconda uninstall
:Note the Alias for conda remove.