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

2017-05-23  本文已影响1514人  趁你还年轻233

系统:windows10
Set-ExecutionPolicy -Scope CurrentUser

请为以下参数提供值:

ExecutionPolicy:remotesigned

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

退出虚拟环境:
deactivate

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

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

Paste_Image.png

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

上一篇 下一篇

猜你喜欢

热点阅读