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

Commit 684816a

Browse files
authored
Update install_requirements.sh
dump candidate locations for pip
1 parent e901c03 commit 684816a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

install/install_requirements.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ fi
4646
echo "Using pip executable: $PIP_EXECUTABLE"
4747
echo "located at $(which $PIP_EXECUTABLE || echo not found)"
4848

49+
echo
50+
echo "possible pip candidates are:"
51+
echo "pip is located at $(which pip || echo not found)"
52+
echo "pip3 is located at $(which pip3 || echo not found)"
53+
echo "pip{PYTHON_SYS_VERSION} is located at $(which pip{PYTHON_SYS_VERSION} || echo not found)"
54+
echo
55+
4956
# Since torchchat often uses main-branch features of pytorch, only the nightly
5057
# pip versions will have the required features. The PYTORCH_NIGHTLY_VERSION value should
5158
# agree with the third-party/pytorch pinned submodule commit.

0 commit comments

Comments
 (0)