Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall IronPython Tools?

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

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

Problem is I cannot find any way to uninstall this feature.

Any ideas?

like image 506
Yehoshafat Hashiloni Avatar asked Mar 15 '11 16:03

Yehoshafat Hashiloni


People also ask

Should I remove IronPython?

If Python came with your operating system, removing it is not recommended. If you remove it, whatever tools were written in Python will no longer run, and some of them might be important to you. Reinstalling the whole system would then be required to fix things again.

What is IronPython software?

IronPython is an open-source implementation of the Python programming language which is tightly integrated with . NET. IronPython can use . NET and Python libraries, and other .

How do I install IronPython on Windows?

Just download the newest version from http://ironpython.net and follow the instructions from the msi package. This package will setup everything you need to start working with ironpython.


3 Answers

There are two folders in the extension folder (mine is at 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 should work. - Rotimi

like image 132
Rotimi Avatar answered Oct 12 '22 07:10

Rotimi


Re-run the IronPython installer and click the Change button. Then on the feature tree select Will not be installed for the tools feature.

like image 25
Dino Viehland Avatar answered Oct 12 '22 07:10

Dino Viehland


This is how it worked for me after I run into the same issue. Re-run the IronPython 2.7 installer and click the Remove button. After it has finished re-run the installer and on the feature tree select Will not be installed for the tools feature.

like image 43
alexs Avatar answered Oct 12 '22 06:10

alexs