Skip to content
Snippets Groups Projects
Commit 39e796e4 authored by Tomas Bielskis's avatar Tomas Bielskis Committed by Casey Faist
Browse files

update: added .python.compile.env for sourcing variables before pip install

parent d3180d32
No related branches found
No related tags found
No related merge requests found
......@@ -286,6 +286,11 @@ source "$BIN_DIR/steps/sqlite3"
buildpack_sqlite3_install
mtime "sqlite3.install.time" "${start}"
# Source compile variables
if [ -f .python-compile-env ]; then
source .python-compile-env
fi
# pip install
# -----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment