解决win10 vscode 无法激活python 虚拟环境的问题

编辑: admin 分类: python 发布时间: 2021-12-03 来源:互联网

一、powershell中 python创建虚拟环境无法激活

 二、管理员模式运行powershell,执行策略更改: Set-ExecutionPolicy RemoteSigned,输入y

三、vscode再次激活: .\flask-venv\Scripts\activate

激活成功。

四、退出虚拟环境:deactive

到此这篇关于win10 vscode 无法激活python 虚拟环境的解决办法的文章就介绍到这了,更多相关vscode 无法激活python 虚拟环境内容请搜索hwidc以前的文章或继续浏览下面的相关文章希望大家以后多多支持hwidc!

【本文转自:http://www.1234xp.com/mgzq.html网络转载请说明出处】