Michelle Fernández

Results 1 comments of Michelle Fernández

I believe the python executable path was wrong. Try with `/usr/bin/env/python3`: ``` export PYBINDPLUGIN=`/usr/bin/env/python3 -c \ 'import pyangbind; import os; print ("{}/plugin".format(os.path.dirname(pyangbind.__file__)))'` ```