Skip to content

Commit ac9d791

Browse files
authored
fix binder install (#124)
1 parent c90ddf0 commit ac9d791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
python3 setup.py build
4-
export PYTHONPATH=`pwd`:${PYTHONPATH}
3+
python setup.py install
4+
55

0 commit comments

Comments
 (0)