4

I would like to run ironpython as a script instead of compiling the ironpython code into an executable. is there a way to run ironpython as a script?

2 Answers 2

5

Yes, the interpreter is installed in the IronPython sub-directory off of the Program Files folder. The name is ipy.exe. So, if your script is myscript.py:

  C:> c:\Program Files (x86)\IronPython 2.7.1\ipy.exe" myscript.py
0

For avoiding the full path, Add IronPython folder path in you environment variable PATH. Then launch cmd and type

ipy

enter image description here

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.