Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/packaging/build_darwin_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MACHINE=$(uname -m | tr '[:upper:]' '[:lower:]')
PLATFORM="${SYSTEM}-${MACHINE}"

echo "--- creating virtualenv ---"
echo '3.11' > .python-version
python3.11 -m venv venv
. venv/bin/activate
python --version
Expand All @@ -25,6 +26,7 @@ else
echo "Unsupported machine: ${MACHINE}"
exit 1
fi
. "$HOME/.cargo/env"
rustup default stable


Expand Down