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

Specify Python version in dev docs #401

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Conversation

ElliottKasoar
Copy link
Member

By default, uv will try to install Python 3.13 on a system with no existing Python 3 (e.g. scarf, before modules have been loaded).

Specifying different Python versions with -p is discussed in the section below, but since people may copy and paste these to get started, it's probably safest to specify this here explicitly.

@ElliottKasoar ElliottKasoar added the documentation Improvements or additions to documentation label Feb 4, 2025
@ElliottKasoar ElliottKasoar self-assigned this Feb 4, 2025
@alinelena
Copy link
Member

i suspect best in this case is to advise users to have a python already installed via conda/mamba or micros in this way they avoid the issue.

@ElliottKasoar
Copy link
Member Author

i suspect best in this case is to advise users to have a python already installed via conda/mamba or micros in this way they avoid the issue.

Why not let uv install it for you? One less thing to worry about (this is only for developers, for now, so uv is expected either way)

@alinelena alinelena merged commit 6c6fc84 into stfc:main Feb 6, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants