1、vscode打开项目文件,ctrl+~打开powershell,输入命令(python3.3以上):
python -m venv venvone
当需要指定python版本时:
python -m venv venvone python==3.7.8
3、搜索Windows PowerShell,以管理员身份打开,输入以下命令回复Y:
set-ExecutionPolicy RemoteSigned
4、同意activate.psl脚本在powershell中运行,终止终端,再ctrl+~打开终端:
5、ctrl+shift+p选择首选项:打开设置,修改settings.json为本项目虚拟环境路径:
6、设置成功: