Skip to content

Commit

Permalink
add utils dir to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Nov 4, 2021
1 parent 072ca80 commit 254d9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ unzip data/ds000221_sub-010006.zip -d data
rm data/ds000221_sub-010006.zip

# export pythonpath
export PYTHONPATH=$PYTHONPATH:utils/
export PYTHONPATH=utils/:$PYTHONPATH
export PATH=utils/:$PATH

0 comments on commit 254d9ca

Please sign in to comment.