PTVS or something similar in visual studio 2012 express -desktop

ptvs, python, visual-studio-2012

Solution

VS Express editions don't allow plug-ins to be installed (such as PTVS). However, you can create your own Python Express by:

- Install the integrated Shell + Isolated Shell

- Install PTVS

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

Problem

Hey I have visual studio 2012 express for desktop and I tried installing PTVS 2.0 and it just said it couldn't find visual studio 11, My needs arent that high but I just wanna use Vs as an IDE for Python, how do you install it?

Original source