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

Report the actual self python version #843

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

bluss
Copy link
Contributor

@bluss bluss commented Mar 6, 2024

Inspect the venv marker for the self python environment and report its version in rye --version output.

Example (installed with 3.11.7)

> RYE_HOME=xyz ./xyz/shims/rye --version
rye 0.28.0
commit: 0.27.0+8 (2111778b3 2024-02-28)
platform: linux (x86_64)
self-python: [email protected]
symlink support: true
uv enabled: true

> RYE_HOME=notinstalled ./xyz/shims/rye --version
rye 0.28.0
commit: 0.27.0+8 (2111778b3 2024-02-28)
platform: linux (x86_64)
self-python: not bootstrapped (target: [email protected])
symlink support: true
uv enabled: false

Inspect the venv marker for the self python environment and report its
version in rye --version output.
@mitsuhiko mitsuhiko merged commit 831e7ee into astral-sh:main Mar 6, 2024
8 checks passed
@bluss bluss deleted the version-py branch March 6, 2024 18:18
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

Successfully merging this pull request may close these issues.

2 participants