We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccae269 commit 13286e9Copy full SHA for 13286e9
packaging/macos/run
@@ -4,5 +4,7 @@ set -e
4
5
cd $(dirname "$0")
6
7
-export PYTHONPATH="python/lib/python3.7/site-packages"
+export PYTHONPATH="$(pwd)/python/lib/python3.7/site-packages"
8
+set PYTHONHOME="$(pwd)/python"
9
+export PYTHONHOME="$(pwd)/python"
10
python/bin/python3 -m cells
0 commit comments