There was an error while loading. Please reload this page.
1 parent b3e4d3b commit 6e57a07Copy full SHA for 6e57a07
1 file changed
configure
@@ -21,7 +21,8 @@ fi
21
22
CONFIGURE_ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
23
24
-python "$CONFIGURE_ROOT_DIR/etc/configure.py" $CFG_CMD_LINE_ARGS
25
-if [ -f "$CONFIGURE_ROOT_DIR/bin/activate" ]; then
26
- source $CONFIGURE_ROOT_DIR/bin/activate
+if [[ "$PYTHON_EXE" == "" ]]; then
+ PYTHON_EXE=python
27
fi
+
28
+$PYTHON_EXE "$CONFIGURE_ROOT_DIR/etc/configure.py" $CFG_CMD_LINE_ARGS
0 commit comments