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
This and the depending scripts are not working with Ubuntu 22.04 anymore.
My default sym-link for python at least is pointing to Python 3.10.4
Already tested with my fix which I will provide in a PR:
python --version
Python 3.10.4
I tested my patches with python 2.7.x as well and they seem to work with Ubuntu 20.04, but this is not the python version that we should use anymore.
Feel free to comment. :)
The text was updated successfully, but these errors were encountered:
* fixed libraries include
* fixed incorrect usage of python2 string
* fixed python2 to python3 script issues (2to3) like print ""
* fixed data types
* fixed python3 usage of str instead of string (join, split etc.)
* added support to determine the absolute path of the executable
binary of the current Python interpreter
* thx @Bagira80 for his support
Fixes issue: boostorg#67
Signed-off-by: Thomas Höhlig <thoehlig@benocs.com>
This and the depending scripts are not working with Ubuntu 22.04 anymore.
My default sym-link for
python
at least is pointing toPython 3.10.4
Already tested with my fix which I will provide in a PR:
I tested my patches with python 2.7.x as well and they seem to work with Ubuntu 20.04, but this is not the python version that we should use anymore.
Feel free to comment. :)
The text was updated successfully, but these errors were encountered: