Merge "Do not install pip when OFFLINE=True"
This commit is contained in:
commit
a2ad9bed50
2
stack.sh
2
stack.sh
@ -588,7 +588,9 @@ echo_summary "Installing package prerequisites"
|
|||||||
source $TOP_DIR/tools/install_prereqs.sh
|
source $TOP_DIR/tools/install_prereqs.sh
|
||||||
|
|
||||||
# Configure an appropriate python environment
|
# Configure an appropriate python environment
|
||||||
|
if [[ "$OFFLINE" != "True" ]]; then
|
||||||
$TOP_DIR/tools/install_pip.sh
|
$TOP_DIR/tools/install_pip.sh
|
||||||
|
fi
|
||||||
|
|
||||||
# Do the ugly hacks for borken packages and distros
|
# Do the ugly hacks for borken packages and distros
|
||||||
$TOP_DIR/tools/fixup_stuff.sh
|
$TOP_DIR/tools/fixup_stuff.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user