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

[Feature]: use pyenv to install compatible python version #3659

Open
cb88 opened this issue Dec 26, 2024 · 3 comments
Open

[Feature]: use pyenv to install compatible python version #3659

cb88 opened this issue Dec 26, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@cb88
Copy link

cb88 commented Dec 26, 2024

Feature description

This can be done manually currently but webui.sh or somthing should probably handle this so distros that update thier system python to a version that is too new can continue to work out of the box.

Version Platform Description

ArchLinux python 3.13.x is too new.

@cb88 cb88 added the enhancement New feature or request label Dec 26, 2024
@vladmandic
Copy link
Owner

valid request, but...
problem is that pyenv itself is not present on many distros, so we'd need to download and install it.
and installing pyenv includes modifying user's .bashrc which is not i want to do automatically by sdnext.

@cb88
Copy link
Author

cb88 commented Dec 28, 2024

I had not considered the .bashrc part.... valid point there. Perhaps more of a FAQ thing then, because its one of those things that probably is going occur on and off half the time as Arch or similar distro will have a too new python frequently.

@vladmandic
Copy link
Owner

perhaps you want to contribute and write a wiki article?
format is markdown, upload file file and i'll add it to wiki and post links to it where appropriate.

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

No branches or pull requests

2 participants