需要使用管理员权限启动powershell后,执行如下命令 ```bash Set-ExecutionPolicy RemoteSigned ``` --- 在离线环境中使用virtualenv创建虚拟环境时,需要使用一下命令: ```bash virtualenv test01 --no-download ```