Skip to content

Commit a82653a

Browse files
author
Troy Melhase
committed
Adds explicit PYTHONPATH.
1 parent 38ddc21 commit a82653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runj2py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
../bin/j2py -d configs "$@"
2+
PYTHONPATH=$PYTHONPATH:.. ../bin/j2py -d configs "$@"

0 commit comments

Comments
 (0)