-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add a Python 3.x script interpreter #543
Comments
Developed but not tested.
|
How to update CMakeListsUserConfig.txt when using dpkg mode ? set(PYTHON_USE_PKGCONFIG ON)
set(PYTHON_USE_SOURCES OFF) |
I think you can't use dpkg mode with the both python interpreters... |
Fixed in develop branch |
Interpreters (2.7 & 3) doesn't work on Linux and Mac. Must understand why (=> SG). But should we :
|
Both ! One to be sure all is working as expected in nominal case. |
Add .ini (specific to interpreter) to provide Python executable folder, and use it by default. |
Specific ini file to interpreter is problematic : this kind of file can not be backuped (no saved 'data' folder like for plugins), and isolated in yadoms executable hierarchy. |
Yes it easier For example:
|
Fixed by 9454b69 |
python 2.7 and python 3 are installed by default in mac OS Catallina. tests are made from develop branch |
@sgallou do you need me to install another python 3 version by hand and test it ? |
No, 3.7.3 is OK. Thanks for your test. |
Python 2.7 seems to become obsolete, add a Python 3.x script interpreter
The text was updated successfully, but these errors were encountered: