We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ac38d commit a5d912dCopy full SHA for a5d912d
1 file changed
recipe/build_base.sh
@@ -557,7 +557,7 @@ fi
557
# locations to check when importing packages and uninstalling packages.
558
# When installing packages, pip will use the correct location
559
# <prefix>/lib/python3.13t/site-packages.
560
-SP_DIR="${PREFIX}/lib/python${PY_VER}{THREAD}/site-packages"
+SP_DIR="${PREFIX}/lib/python${PY_VER}${THREAD}/site-packages"
561
if [[ ${PY_FREETHREADING} == yes ]]; then
562
echo "${PREFIX}/lib/python${PY_VER}/site-packages" >> $SP_DIR/conda-site.pth
563
fi
0 commit comments