From 254d9ca42763d8f75fe29c80414152b9e4bfe3d8 Mon Sep 17 00:00:00 2001 From: Jason Kai Date: Thu, 4 Nov 2021 16:05:28 -0400 Subject: [PATCH] add utils dir to PATH --- binder/postBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binder/postBuild b/binder/postBuild index 7ab5700d..4487caf7 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -8,4 +8,5 @@ unzip data/ds000221_sub-010006.zip -d data rm data/ds000221_sub-010006.zip # export pythonpath -export PYTHONPATH=$PYTHONPATH:utils/ \ No newline at end of file +export PYTHONPATH=utils/:$PYTHONPATH +export PATH=utils/:$PATH \ No newline at end of file