astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
12.08k stars 425 forks source link

Can’t check the rye version #1149

Closed Fulminare137 closed 2 weeks ago

Fulminare137 commented 2 weeks ago

Steps to Reproduce

  1. Installed rye using curl -sSf https://rye.astral.sh/get | bash
  2. used pip-tools instead of uv
  3. Set the path to by myself to source "$HOME/.rye/env” in ~/.zprofile
  4. i am using mac on arm and a newbie

Expected Result

Something like "rye --version rye 0.34.0 commit: 0.34.0 (d31340178 2024-05-20) platform: macos (aarch64) self-python: cpython@3.12.3 symlink support: true uv enabled: false" ?

Actual Result

image

Version Info

error: unexpected argument found

Stacktrace

No response

phi-friday commented 2 weeks ago

Use rye --version instead of rye -- version

charliermarsh commented 2 weeks ago

Yup rye --version looks right to me!