Skip to content

Commit 9656025

Browse files
authored
Merge pull request #3190 from RustPython/readme-env
Add RUSTPYTHONPATH note for windows users.
2 parents 5728341 + c123ea3 commit 9656025

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Or use the interactive shell:
3838
Welcome to rustpython
3939
>>>>> 2+2
4040
4
41+
42+
NOTE: For windows users, please set `RUSTPYTHONPATH` environment variable as `Lib` path in project directory.
43+
(e.g. When RustPython directory is `C:\RustPython`, set `RUSTPYTHONPATH` as `C:\RustPython\Lib`)
4144

4245
You can also install and run RustPython with the following:
4346

0 commit comments

Comments
 (0)