vote up 0 vote down star

Hi, I have few python scripts of which one is to be executed in IronPython interpreter. How to find the installation path of IronPython. I searched the registry. To my surprise, it was not there.

flag

76% accept rate

2 Answers

vote up 1 vote down

Try this:

import sys
print sys.executable

Disclaimer: I don't know if it will work on IronPython.

link|flag
1  
This works for IronPython 2.0, so presumably "and later" as well – Steve Gilham Aug 11 at 11:21
vote up 0 vote down

can you do a search for ipy.exe?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.