refreshenv
PowerShellの場合
code:powershell
$env:ChocolateyInstall = Convert-Path "$((Get-Command choco).Path)\..\.."
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
refreshenv
refreshenvがないけどとりあえずPATHをアップデートしたい場合
PowerShellなら
code:powershell