Powershell:vscode终端开启python虚拟环境

系统:windows10
Set-ExecutionPolicy -Scope CurrentUser

请为以下参数提供值:

ExecutionPolicy:remotesigned

打开虚拟环境:
ll_env/scripts/activate

退出虚拟环境:
deactivate

1.Powershell和cmd的区别
vscode的默认终端环境是powershell,那么powershell和cmd的区别是什么呢?

Powershell:vscode终端开启python虚拟环境_第1张图片

Powershell常用命令
http://www.pstips.net/why-is-powershell-powerful.html
2.什么是执行策略
Windows PowerShell 执行策略允许你确定 Windows PowerShell 加载配置文件并运行脚本的条件。

Powershell:vscode终端开启python虚拟环境_第2张图片
Powershell:vscode终端开启python虚拟环境_第3张图片
Paste_Image.png

3.什么是数字签名?
阮一峰的博文
http://www.ruanyifeng.com/blog/2011/08/what_is_a_digital_signature.html

期待和大家交流,共同进步,欢迎大家加入我创建的与前端开发密切相关的技术讨论小组:

  • SegmentFault技术圈:ES新规范语法糖
  • SegmentFault专栏:趁你还年轻,做个优秀的前端工程师
  • 知乎专栏:趁你还年轻,做个优秀的前端工程师
  • Github博客: 趁你还年轻233的个人博客
  • 前端开发QQ群:660634678
  • 微信公众号: 人兽鬼 / excellent_developers


努力成为优秀前端工程师!

你可能感兴趣的:(Powershell:vscode终端开启python虚拟环境)