Setting up IronPython in a conda environment

Hey all,

in my company, there are some applications, that require IronPython-code. Because of condas simple environment management, it would be really neat, if IronPython could be run/set up in such an environment.
Has anyone done this before?

Best Fabian

Hi Fabian,

I don’t think anything in principle would prevent this, but it would require effort to create a build recipe. You may want to check with the conda-forge community, as there are already builds of e.g. pypy and pyston (beta) there, which in principle are similar in nature.

Hope that helps!
-Mat