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 913e132 commit 96606fbCopy full SHA for 96606fb
backend/python/common/libbackend.sh
@@ -384,6 +384,10 @@ function installRequirements() {
384
requirementFiles+=("${EDIR}/requirements-${BUILD_PROFILE}-after.txt")
385
fi
386
387
+ if [ "x${PORTABLE_PYTHON}" == "xtrue" ]; then
388
+ export C_INCLUDE_PATH="${C_INCLUDE_PATH:-}:$(_portable_dir)/include/python${PYTHON_VERSION}"
389
+ fi
390
+
391
for reqFile in ${requirementFiles[@]}; do
392
if [ -f "${reqFile}" ]; then
393
echo "starting requirements install for ${reqFile}"
0 commit comments