すたすた式
Windows10
Chocolatey Software | Installing Chocolatey
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
fnmとNode.jsのインストールに便利そうだったのでChocolateyをインストールしてみました。
Windows PowerShell(以下、PowerShell)の事前準備がちょっと面倒でしたが、インストール自体は簡単です。
PowerShellを管理者権限で起動。
PowerShellの実行ポリシーを確認して必要ならば変更を加える。
With PowerShell, you must ensure Get-ExecutionPolicy is not Restricted. We suggest using Bypass to bypass the policy to get things installed or AllSigned for quite a bit more security.
起動したPowerShellに下記をコピペしてEnter。
Get-ExecutionPolicy
結果がRestrictedだったら
Restricted
Set-ExecutionPolicy AllSigned
Set-ExecutionPolicy Bypass -Scope Process
のいずれかを入力してEnter。実行ポリシーを変更します。
Run Get-ExecutionPolicy. If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process.
実行ポリシーの変更をするか聞かれるので、Yを入力してEnter。(一応、Get-ExecutionPolicyで変更を確認してみました)
※元の実行ポリシーに戻したかったら、Set-ExecutionPolicy Restricted
Set-ExecutionPolicy Restricted
Chocolateyのインストールページ
1.Choose How to Install Chocolatey:でindividualを選択。
Now run the following command:にあるコマンドをコピー。
コピーしたコマンドをPowerShellに貼り付けてEnter。
しばらくするとインストールが開始されます。
警告はとりあえず無視しました。
警告: Not setting tab completion: Profile file does not exist at
確認のためPowerShellにchocoと入力してEnter。
choco
バージョン情報などが表示されたらインストール成功です。
サイト内検索に使ってください 🐤
© 2015 すたすた式
Enjoy!👍
QooQ
コメントなし:
コメントを投稿