You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@box ~/Code % rye init --script my_project
success: Initialized project in /home/user/Code/my_project
Run `rye sync` to get started
user@box ~/Code % cd my_project
user@box ~/Code/my_project (git)-[master] % rye run my_project
Initializing new virtualenv in /home/user/Code/my_project/.venv
Python version: [email protected]
error: invalid or unknown script 'my_project'
1 user@box ~/Code/my_project (git)-[master] %
Steps to Reproduce
Expected Result
Run project as script as described in https://rye.astral.sh/guide/basics/#executable-projects
Actual Result
error: invalid or unknown script 'my_project'
Version Info
rye --version
rye 0.39.0
commit: 0.39.0 (bf3ccf8 2024-08-21)
platform: linux (x86_64)
self-python: [email protected]
symlink support: true
uv enabled: true
Stacktrace
No response
The text was updated successfully, but these errors were encountered: