From a62a3aa21d7845ba9c7b060e73b225265417cfaf Mon Sep 17 00:00:00 2001 From: Deepak Majeti Date: Tue, 8 Oct 2024 02:06:26 -0700 Subject: [PATCH] Fix typo of PYTHON_VENV variable (#11185) Summary: Pull Request resolved: https://github.com/facebookincubator/velox/pull/11185 Differential Revision: D64000703 Pulled By: xiaoxmeng fbshipit-source-id: aa0c14bc89d48c14d79fa543b16486dcdb404966 --- scripts/setup-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-macos.sh b/scripts/setup-macos.sh index 76d7fe606fd8..1f9ddfa0fda1 100755 --- a/scripts/setup-macos.sh +++ b/scripts/setup-macos.sh @@ -31,7 +31,7 @@ set -x # Print commands that are executed. SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}") export INSTALL_PREFIX=${INSTALL_PREFIX:-"$(pwd)/deps-install"} source $SCRIPTDIR/setup-helper-functions.sh -PYTHON_VENV=${PYHTON_VENV:-"${SCRIPTDIR}/../.venv"} +PYTHON_VENV=${PYTHON_VENV:-"${SCRIPTDIR}/../.venv"} # Allow installed package headers to be picked up before brew package headers # by tagging the brew packages to be system packages. # This is used during package builds.