admin管理员组文章数量:1122850
前言
- win7
- win7 自带 powershell v2,需要升级 powershell 才能安装成功。
Chocolatey
Chocolatey是一个Windows上的包管理器,类似于linux上的yum和 apt-get。
其官网为:https://chocolatey
查看 powershell 版本
- 打开powershell
- 输入命令
get-host
powershell > get-host
Name : ConsoleHost
Version : 5.1.19041.1023
InstanceId : e6f09492-0b1b-48ef-8c43-e419bc8fda9e
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : zh-CN
CurrentUICulture : zh-CN
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspace
或者
- 打开powershell
- 输入命令
$PSVersionTable
powershell > $PSVersionTable
Name Value
---- -----
PSVersion 5.1.19041.1023
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.1023
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
升级 powershell
参考:https://docs.microsoft/zh-cn/powershell/scripting/install/installing-windows-powershell?view=powershell-6#upgrading-existing-windows-powershell
安装 Chocolatey
如果升级了 powershell , 按照安装文档安装 Chocolatey 。
安装文档 https://chocolatey/install
安装测试
cmd> choco -v
0.10.15
本文标签: 巧克力WindowschocolateyChoco
版权声明:本文标题:windows安装 Chocolatey(巧克力choco) 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/biancheng/1728603185a1390038.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论