diff --git a/godo.sh b/godo.sh
index 41e0dbf4d044b4c629561fb466139db0daf521d8..b63db680d82c7859275a098c01235c352564a1cb 100644
--- a/godo.sh
+++ b/godo.sh
@@ -4,10 +4,12 @@ yum -y install gcc-gfortran gcc-c++ unzip perl patch yacc bison flex glibc-devel
 #version="v$(date '+%Y%m%d')"
 tag=$1
 export DEST=$PWD
-mkdir /build
+mkdir /work
 mkdir /docker
-cd /build
+cd /work
 export AXITOOLS_HOME=$PWD/axi-tools-${tag}
+# set up /work/ShellB3/ShellB3/lib to link libpython nicely
+ln -s ${AXITOOLS_HOME} /work/ShellB3
 rm -fr goesr himawari build.sh
 curl -O https://gitlab.ssec.wisc.edu/rayg/himawari/raw/${tag}/build.sh
 export TAG=$tag