You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compile.py script searches for the python interpreter in /QOpenSys/usr/bin/python . But this only works for python installed via PTF (not yum). With yum it is installed under /QOpenSys/pkgs/bin/python . But this would be the python 3 interpreter. And the compile scripts chokes when executed with python 3.
The script works with /QOpenSys/pkgs/bin/python2.7 (if it is installed).
So building this is not as easy and straightforward as it should be.
The text was updated successfully, but these errors were encountered:
The compile.py script searches for the python interpreter in
/QOpenSys/usr/bin/python
. But this only works for python installed via PTF (not yum). With yum it is installed under/QOpenSys/pkgs/bin/python
. But this would be the python 3 interpreter. And the compile scripts chokes when executed with python 3.The script works with
/QOpenSys/pkgs/bin/python2.7
(if it is installed).So building this is not as easy and straightforward as it should be.
The text was updated successfully, but these errors were encountered: