Skip to content

Commit a5d912d

Browse files
committed
fix typo
1 parent 84ac38d commit a5d912d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/build_base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ fi
557557
# locations to check when importing packages and uninstalling packages.
558558
# When installing packages, pip will use the correct location
559559
# <prefix>/lib/python3.13t/site-packages.
560-
SP_DIR="${PREFIX}/lib/python${PY_VER}{THREAD}/site-packages"
560+
SP_DIR="${PREFIX}/lib/python${PY_VER}${THREAD}/site-packages"
561561
if [[ ${PY_FREETHREADING} == yes ]]; then
562562
echo "${PREFIX}/lib/python${PY_VER}/site-packages" >> $SP_DIR/conda-site.pth
563563
fi

0 commit comments

Comments
 (0)