遇到问题: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。
再执行,成功。