We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently Jammy moved to python 3.10, which breaks installs into 3.8.
Vapoursynth binary and scripts are currently installed into:
metadata about the vapoursynth version and the cpython binary are in:
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:
common
$ cat /etc/profile.d/vapoursynth-paths.sh export PYTHONPATH="/usr/local/lib/python3.8/site-packages"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recently Jammy moved to python 3.10, which breaks installs into 3.8.
Vapoursynth binary and scripts are currently installed into:
metadata about the vapoursynth version and the cpython binary are in:
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"
The text was updated successfully, but these errors were encountered: