Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit ba9e855

Browse files
authored
Update install_requirements.sh
remove debug
1 parent 06bf002 commit ba9e855

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/install_requirements.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ then
1919
fi
2020
fi
2121
echo "Using python executable: $PYTHON_EXECUTABLE"
22-
echo "located at $(which $PYTHON_EXECUTABLE || echo not found)"
2322

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

0 commit comments

Comments
 (0)