-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build is broken with python3 #825
Comments
I'm currently working on Python3 support in a branch https://github.com/boothj5/profanity/tree/python3 it's pretty much finished and I'm just testing. The branch checks for the default system Python version and should compile against it (2 or 3). If you want to build this branch it will help me with testing also. Otherwise there are two options until the branch is merged:
|
Python 3 support has been merged to master. Let me know if you have any issues. |
Hey, I somehow missed your answer in the first place. Thank you for elaborating the build flags, it works and I can use the plugins. No issues so far. :) |
I know that only python2 is supported right know. On arch linux python3 is the default,
/usr/bin/python
. How can I build profinity under that circumstances?Are there any configure options to set the default python path?
The text was updated successfully, but these errors were encountered: