問題が発生しました:Documents\WindowsPowerShell\profile.ps1、システム上でスクリプトの実行が禁止されています
管理者が PowerShell を開いて実行します:
Set-ExecutionPolicy RemoteSigned
エラーが発生した場合は実行します:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
実行後に元に戻します:
Set-ExecutionPolicy Restricted
例:
インストール https://docs.astral.sh/uv/#highlights
実行:powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
提示:
実行:
Set-ExecutionPolicy RemoteSigned
以下のように提示され、vpn を切断します。
再実行し、成功。