We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Rye doesn't support environment variables in scripts:
[tool.rye.scripts] test_env = "echo $HOME"
What I expect:
$ rye run test_env /home/username
But what I got instead is:
$ rye run test_env $HOME
I think this would be a good addition to the current capabilities of scripting.
The text was updated successfully, but these errors were encountered:
Duplicate of #695
Sorry, something went wrong.
No branches or pull requests
Currently Rye doesn't support environment variables in scripts:
What I expect:
But what I got instead is:
I think this would be a good addition to the current capabilities of scripting.
The text was updated successfully, but these errors were encountered: