Skip to content
Snippets Groups Projects

View setup does not work for new PyROOT on MacOS

Merged Pere Mato Vila requested to merge SPI-1670 into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -109,6 +109,8 @@ if [ -x $thisdir/bin/root ]; then
else
JUPYTER_PATH=${thisdir}/etc/notebook:$JUPYTER_PATH; export JUPYTER_PATH
fi
export CPPYY_BACKEND_LIBRARY=$ROOTSYS/lib/libcppyy_backend`python -c "import sys; print('{0}_{1}'.format(*sys.version_info))"`
export CLING_STANDARD_PCH=none
fi
#---then Gaudi
Loading