There was an error while loading. Please reload this page.
1 parent 1ae1521 commit 42e9077Copy full SHA for 42e9077
1 file changed
admin/install_mule.sh
@@ -342,7 +342,8 @@ function install(){
342
343
echo "[INFO] Installing $module module to $SCRATCHDIR"
344
# $mule_python_exec -m pip install . --prefix $SCRATCHDIR
345
- $mule_python_exec setup.py install --prefix $SCRATCHDIR
+
346
+ $mule_python_exec setup.py install --prefix $SCRATCHLIB
347
}
348
349
for module in $MODULE_LIST ; do
0 commit comments