Skip to content

Commit

Permalink
Fix typo of PYTHON_VENV variable (#11185)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #11185

Differential Revision: D64000703

Pulled By: xiaoxmeng

fbshipit-source-id: aa0c14bc89d48c14d79fa543b16486dcdb404966
  • Loading branch information
majetideepak authored and facebook-github-bot committed Oct 8, 2024
1 parent be2baba commit a62a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a62a3aa

Please sign in to comment.