IronPython windows 7 pythonpath

2.1k views Asked by At

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

There are 1 answers

1
Jeff Hardy On

The equivalent environment variable for IronPython is IRONPYTHONPATH.