Skip to content

Commit

Permalink
Fix macos package
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko committed Dec 2, 2019
1 parent ccae269 commit 13286e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/macos/run
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ set -e

cd $(dirname "$0")

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

0 comments on commit 13286e9

Please sign in to comment.