We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d492fd8 commit 07b18d5Copy full SHA for 07b18d5
1 file changed
Documentation/building.md
@@ -41,4 +41,8 @@ test-* Runs tests from `all` categories, `ironpython` s
41
`cpython` tests from the CPython stdlib test suite
42
```
43
44
-If the build is successful the binaries are stored in ironpython3/bin/{Configuration}/{TargetFramework}
+If the build is successful the binaries are stored in `ironpython3/bin/{Configuration}/{TargetFramework}`.
45
+
46
+## Run
47
48
+Before run the IronPython3, you should set the environment variable `IRONPYTHONPATH` to `Src/StdLib/Lib/`.
0 commit comments