How to remove IronPython tools?

I want to install Python Tools for Visual Studio from here .

The setup complains about the "IronPython Tools IronPython 2.7 feature" and asks to remove it.

The problem is that I cannot find a way to remove this function.

Any ideas?

+6
python visual-studio visual-studio-2010 ironpython
source share
3 answers

There are two folders in the extension folder (mine is located in the folder C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ Common7 \ IDE \ Extensions \ Microsoft), namely: "IronPython Tools for Visual Studio" and IronStudio delete these and it must work. - Rotimi

+4
source share

Run the IronPython installer and click the "Change" button. Then, in the function tree, select "Will not be installed for the tool function."

+1
source share

Here's how it worked for me after I ran into the same issue. Run the IronPython 2.7 installer and click the "Uninstall" button. After restarting the installer and in the function tree, select "Will not be installed for the tool function".

+1
source share

All Articles