VS2012 +PTVS配置

我下载的是 2.0beta版本:

     http://pytools.codeplex.com/releases


关于官方的安装介绍:

     https://pytools.codeplex.com/wikipage?title=PTVS%20Installation


Python Tools for Visual Studio Installation

Installing PTVS is relatively easy.    For a fully functional Python IDE you need three things:

VS2012 +PTVS配置_第1张图片

Installing the Free “VS Shell” + PTVS give you a complete and perpetually free Python IDE.

Note: starting in VS2013, you can install PTVS and Python interpreters directly from inside Visual Studio.


然后关闭VS2012,点击PTVS exe文件直接安装,即可(前提:安装VS2012)


然后:打开VS,新建工程->其他语言->python->python应用程序。

开始使用python语法编程。。。。



你可能感兴趣的:(VS2012 +PTVS配置)