3

after installation iropython on windows 7 there is a environment variable

PYTHONPATH=C:\Program Files (x86)\IronPython 2.7\Lib

well known this variable on linux system, I want to expand it to folder c:\user...\pymodules I try it with

PYTHONPATH=C:\Program Files (x86)\IronPython 2.7\Lib:c:\user\...\pymodules

and

PYTHONPATH=C:\Program Files (x86)\IronPython 2.7\Lib;c:\user\...\pymodules

but on both ways I have no success.

Is there any solution for this problem

1 Answer 1

5

The equivalent environment variable for IronPython is IRONPYTHONPATH.

Sign up to request clarification or add additional context in comments.

1 Comment

What a shame the iron python docs at ironpython-test.readthedocs.org/en/latest/using/windows.html don't say this!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.