Skip to content

Commit 13286e9

Browse files
committed
Fix macos package
1 parent ccae269 commit 13286e9

File tree

1 file changed

+3
-1
lines changed
  • packaging/macos

1 file changed

+3
-1
lines changed

packaging/macos/run

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ set -e
44

55
cd $(dirname "$0")
66

7-
export PYTHONPATH="python/lib/python3.7/site-packages"
7+
export PYTHONPATH="$(pwd)/python/lib/python3.7/site-packages"
8+
set PYTHONHOME="$(pwd)/python"
9+
export PYTHONHOME="$(pwd)/python"
810
python/bin/python3 -m cells

0 commit comments

Comments
 (0)