Commit 531f4972 authored by Alex Hansen's avatar Alex Hansen

Return the python used in orbit -d to the one derived by 'extract_python_exe'...

Return the python used in orbit -d to the one derived by 'extract_python_exe' rather than hardcoded python3
parent 4875c51a
...@@ -324,8 +324,7 @@ while [[ $# -gt 0 ]]; do ...@@ -324,8 +324,7 @@ while [[ $# -gt 0 ]]; do
# build the documentation # build the documentation
echo "[INFO] Building documentation..." echo "[INFO] Building documentation..."
# retrieve the python executable # retrieve the python executable
# python_exe=$(extract_python_exe) python_exe=$(extract_python_exe)
python_exe=python3
# install pip packages # install pip packages
cd ${ORBIT_PATH}/docs cd ${ORBIT_PATH}/docs
${python_exe} -m pip install -r requirements.txt > /dev/null ${python_exe} -m pip install -r requirements.txt > /dev/null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment