解决VS2015中不显示python模板的问题
目录
问题描述:
我的VS2015只安装了C++,后来通过安装包安装了python工具,但是在新建项目的时候在模板列表中python那一栏显示的依然是“安装针对Visual Studio 的 Python 工具”
解决方法:
下载安装 Python Tools for Visual Studio (PTVS) 即可。
从GitHub:https://github.com/Microsoft/PTVS/releases/v2.2 下载Python Tools for VS 2015安装,重启VS发现问题解决
转载自:https://blog.csdn.net/u011770174/article/details/79117177