rm PYTHONPATH (#35579)

* rm PYTHONPATH

* still need that one for now
This commit is contained in:
Adeeb Shihadeh
2025-06-19 12:36:38 -07:00
committed by GitHub
parent 5772683432
commit 4a4f3fce94
3 changed files with 1 additions and 22 deletions

View File

@@ -23,8 +23,8 @@ echo "installing python packages..."
uv sync --frozen --all-extras
source .venv/bin/activate
echo "PYTHONPATH=${PWD}" > "$ROOT"/.env
if [[ "$(uname)" == 'Darwin' ]]; then
touch "$ROOT"/.env
echo "# msgq doesn't work on mac" >> "$ROOT"/.env
echo "export ZMQ=1" >> "$ROOT"/.env
echo "export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" >> "$ROOT"/.env