pycharm 无法加载activate.ps1 解决方案
无法加载文件 D:\zzy doc\code\12django\testdjango\venv\Scripts\activate.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_E
xecution_Policies。
+ CategoryInfo : SecurityError: (:) [],ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess
解决方案:
在power shell 里执行:
Windows PowerShell 管理员模式下执行如下命令:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
选择:Y 重新打开一个新的终端即可
然后我们再检查一下:
欢迎来撩 : 汇总all