vscode 无法激活python 虚拟环境 解决win10 vscode 无法激活python 虚拟环境的问题
jianwang16 人气:2想了解解决win10 vscode 无法激活python 虚拟环境的问题的相关内容吗,jianwang16在本文为您仔细讲解vscode 无法激活python 虚拟环境的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:vscode,无法激活python,虚拟环境,vscode,无法激活python,虚拟环境,下面大家一起来学习吧。
一、powershell中 python创建虚拟环境无法激活
二、管理员模式运行powershell,执行策略更改: Set-ExecutionPolicy RemoteSigned,输入y
三、vscode再次激活: .\flask-venv\Scripts\activate
激活成功。
四、退出虚拟环境:deactive
加载全部内容