How do I install IronPython?
I tried installing Ironpython on ubuntu 12.04 using the guide here: IronPython on Mono But it doesn't seem to work. I have no Solutions/IronPython.Mono.sln, so i try to xbuild Solutions/IronPython.sln but it doesn't work because of some errors.
Can someone please point to another way of installing IronPython on Ubuntu?
Thanks!
Solution 1:
I found a guide here: https://datadrivendesign.wordpress.com/2012/08/05/getting-infer-net-and-ironpython-to-work-on-ubuntu-12-04/
It works now. Thanks guys