美文网首页
Powershell:vscode终端开启python虚拟环境

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

作者: 趁你还年轻233 | 来源:发表于2017-05-23 14:57 被阅读1514次

系统: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

相关文章

网友评论

      本文标题:Powershell:vscode终端开启python虚拟环境

      本文链接:https://www.haomeiwen.com/subject/gutgxxtx.html