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

Make plugin and script paths python version agnostic #2

Open
chriskretler opened this issue Jun 26, 2023 · 0 comments
Open

Make plugin and script paths python version agnostic #2

chriskretler opened this issue Jun 26, 2023 · 0 comments

Comments

@chriskretler
Copy link
Owner

chriskretler commented Jun 26, 2023

Recently Jammy moved to python 3.10, which breaks installs into 3.8.

Vapoursynth binary and scripts are currently installed into:

  • /usr/local/lib/python3.8/site-packages/

metadata about the vapoursynth version and the cpython binary are in:

  • /usr/local/lib/python3.8/dist-packages/

Can these be moved into an agnostic location like /usr/local/lib/vapoursynth? Many of the plugins are already there.

Also, setting this in the common role:

$ cat /etc/profile.d/vapoursynth-paths.sh
export PYTHONPATH="/usr/local/lib/python3.8/site-packages"

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

1 participant