我使用PS-Get安装了一个Powershell模块(posh-git),但我发现它很慢。我想卸载它,但使用Remove-Module posh-git
只能从我当前的会话中卸载它,但我想将其永久化。
答案 0 :(得分:13)
这是PS-GET的一个未解决的问题:https://github.com/psget/psget/issues/164:
这应该是一个功能。 如今,您必须从
n = 10 x = rnorm(n,0) y = rnorm(n,0) z1 = rnorm(n,0) z2 = rnorm(n,0) z=matrix(z1,z2,nrow=length(z1),ncol=2) # my changes below l <- list(x,y,z) names(l) <- c("x","y","z") l$z[,1]
目录手动删除它。