遇到問題: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。
再執行,成功。