Skip to content
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

How to set up the synfig_python_binary example. #41

Open
qroft opened this issue Mar 23, 2022 · 2 comments
Open

How to set up the synfig_python_binary example. #41

qroft opened this issue Mar 23, 2022 · 2 comments

Comments

@qroft
Copy link

qroft commented Mar 23, 2022

I have just installed the latest stable Synfig version available for my Raspberry Pi400 through the SNAP store because i want to try out the new feature of exporting to Lottie.
When doing so, i encounter the alert that Python 3 is not installed but can be set up through an environment variable.

So i landed at the Synfig docs here
https://synfig.readthedocs.io/en/latest/plugins.html
and thought that it might be nice to mention the steps within the documentation and be more precise on how to set that variable for noobs like me.

If i find it out, i will try to add it myself in here, but just would like to keep this as info in here.

@ice0
Copy link

ice0 commented Mar 23, 2022

Hi!

So i landed at the Synfig docs here https://synfig.readthedocs.io/en/latest/plugins.html and thought that it might be nice to mention the steps within the documentation and be more precise on how to set that variable for noobs like me.

Agree.
You need to set SYNFIG_PYTHON_BINARY to the full path to the python3 binary. Something like that:

export SYNFIG_PYTHON_BINARY=/usr/bin/python3

If i find it out, i will try to add it myself in here, but just would like to keep this as info in here.

It would be nice if you add this to the documentation as well.
You can edit it here: https://github.com/synfig/synfig-docs/blob/master/source/plugins.rst

@qroft
Copy link
Author

qroft commented Mar 24, 2022

Thanks, i have done so and added a few lines to the docs and i hope that i have done it correctly as the Git-World is still a big unknown land to me. I once also read on how to set system variables under Windows10, but i am not sure if this is necessary for Synfig like with Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants