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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -