Skip to content

Commit

Permalink
Update install_requirements.sh
Browse files Browse the repository at this point in the history
remove debug
  • Loading branch information
mikekgfb authored Feb 18, 2025
1 parent 06bf002 commit ba9e855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ then
fi
fi
echo "Using python executable: $PYTHON_EXECUTABLE"
echo "located at $(which $PYTHON_EXECUTABLE || echo not found)"

PYTHON_SYS_VERSION="$($PYTHON_EXECUTABLE -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")"
# Check python version. Expect at least 3.10.x
Expand Down

0 comments on commit ba9e855

Please sign in to comment.