系统:windows10
Set-ExecutionPolicy -Scope CurrentUser
请为以下参数提供值:
ExecutionPolicy:remotesigned
打开虚拟环境:
ll_env/scripts/activate
退出虚拟环境:
deactivate
1.Powershell和cmd的区别
vscode的默认终端环境是powershell,那么powershell和cmd的区别是什么呢?
![](https://img.haomeiwen.com/i2976869/a6e1ae8ee5598748.png)
Powershell常用命令
http://www.pstips.net/why-is-powershell-powerful.html
2.什么是执行策略
Windows PowerShell 执行策略允许你确定 Windows PowerShell 加载配置文件并运行脚本的条件。
![](https://img.haomeiwen.com/i2976869/bad6f0af5f4fdb96.png)
![](https://img.haomeiwen.com/i2976869/bef4e8acedad3682.png)
3.什么是数字签名?
阮一峰的博文
http://www.ruanyifeng.com/blog/2011/08/what_is_a_digital_signature.html
网友评论