Skip to content

Commit baf4e25

Browse files
committed
fix: enforce python environment variables
1 parent 28dabab commit baf4e25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/brew-install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ brew install [email protected]
1616
brew link --overwrite [email protected]
1717

1818
PYTHON=$(brew --prefix [email protected])/bin/python3
19+
PYTHONPATH=$PYTHON
20+
PYTHON_PATH=$PYTHON
1921

20-
export PYTHON
22+
export PYTHON
23+
export PYTHONPATH
24+
export PYTHON_PATH
2125

2226
echo "Python version: $(python3 --version)"

0 commit comments

Comments
 (0)