Skip to content

Commit 527221c

Browse files
committed
Use PYTHONPATH for the shell script referenced in README
1 parent 18c8f73 commit 527221c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
python test/test_func.py
2+
PYTHONPATH=. python test/test_func.py

0 commit comments

Comments
 (0)