我正在通过python os模块卸载Linux中的一些包,我的代码如下 print 'Uninstallation as a Super User'system('apt-get remove xxx')
但是移除包问如下
在此操作之后,将释放2,621 kB磁盘空间。你想继续Y/n如何通过python在程序中给Y
我使用windows子系统(特别是用于Windows的Ubuntu )运行一些python代码。当我尝试运行以下命令时:‘ImportError tions.abc’,我得到以下错误:'ImportError:没有名为abc的模块‘。我可以导入'collections',但是如果我尝试:‘collections tions.abc’,我会得到以下错误:'AttributeError:‘模块’对象没有属性‘abc’。此外,我尝试在命令提示符下导入模块,而不使用Ubuntu for Wi