python - PTVS or something similar in visual studio 2012 express -desktop -


hey have visual studio 2012 express desktop , tried installing ptvs 2.0 , said couldn't find visual studio 11, needs arent high wanna use vs ide python, how install it?

vs express editions don't allow plug-ins installed (such ptvs). however, can create own python express by:

  • install integrated shell + isolated shell
  • install ptvs

details: https://pytools.codeplex.com/wikipage?title=ptvs%20installation


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -