We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3d1fcd + 5431ee5 commit 435e9eeCopy full SHA for 435e9ee
configure
@@ -55,7 +55,7 @@ CFG_BIN_DIR=$CFG_ROOT_DIR/$VIRTUALENV_DIR/bin
55
################################
56
# Thirdparty package locations and index handling
57
# Find packages from the local thirdparty directory or from thirdparty.aboutcode.org
58
-if [ -f "$CFG_ROOT_DIR/thirdparty" ]; then
+if [ -d "$CFG_ROOT_DIR/thirdparty" ]; then
59
PIP_EXTRA_ARGS="--find-links $CFG_ROOT_DIR/thirdparty"
60
fi
61
PIP_EXTRA_ARGS="$PIP_EXTRA_ARGS --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
0 commit comments