Skip to content

Commit 07f7e40

Browse files
test
1 parent 48ed6ea commit 07f7e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/install_mule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ echo "[INFO] Installing against Python $PYTHONVER"
140140

141141
# Setup a temporary directory where the install will be initially created
142142
SCRATCHDIR=$(mktemp -d)
143-
SCRATCHLIB=$SCRATCHDIR/lib/$PYTHONEXEC/dist-packages
143+
SCRATCHLIB=$SCRATCHDIR/lib/$PYTHONEXEC/site-packages
144144

145145
# Make relative paths absolute
146146
if [ ! ${LIB_DEST:0:1} == "/" ] ; then

0 commit comments

Comments
 (0)