1、文档


2、问题

2.1、pycharm相关

2.1.1、无法加载文件activate.ps1,因为在此系统上禁止运行脚本,Windows10系统

1、在PowerShell里面执行命令
Get-ExecutionPolicy
:Restricted
表明当前是严格受限模式,需要设置打开

2、在PowerShell里面执行命令(管理员模式)
Set-ExecutionPolicy Bypass

3、重启pycharm