It seems that the two lines towards the end of setup.sh
echo "export DRAWEMDIR=$DRAWEMDIR" >> $code_dir/parameters/path.sh
echo "export PATH=${MIRTK_build}/bin:"'${PATH}' >> $code_dir/parameters/path.sh
attempt to write to a path that does not exist. Should the variables be $DRAWEMDIR instead of $code_dir?
It seems that the two lines towards the end of setup.sh
attempt to write to a path that does not exist. Should the variables be
$DRAWEMDIRinstead of$code_dir?