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

Improve the uv python CLI documentation #5961

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Improve the uv python CLI documentation #5961

merged 1 commit into from
Aug 9, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Aug 9, 2024

No description provided.

@zanieb zanieb added documentation Improvements or additions to documentation cli Related to the command line interface preview Experimental behavior labels Aug 9, 2024
@zanieb zanieb force-pushed the zb/docs-python-cli branch 2 times, most recently from b7eb1b5 to 4e1b86d Compare August 9, 2024 16:59
@@ -285,6 +286,11 @@ pub enum Commands {
/// e.g., if `pypy` is requested, uv will first check if the virtual
/// environment contains a PyPy interpreter then check if each executable in
/// the path is a PyPy interpreter.
///
/// uv supports discovering CPython, PyPy, and GraalPy interpreters.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm mixed on mentioning this (GraalPy is pretty rare).

Copy link
Member Author

@zanieb zanieb Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mentioning our supported implementations or GraalPy specifically? This is relatively important because if we don't explicitly support the implementation we will either error or ignore it.

@zanieb zanieb merged commit d6c587c into main Aug 9, 2024
57 checks passed
@zanieb zanieb deleted the zb/docs-python-cli branch August 9, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface documentation Improvements or additions to documentation preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants