-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
📝 Add an example of command to run the generate-client.sh with uv
#1525
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
base: master
Are you sure you want to change the base?
📝 Add an example of command to run the generate-client.sh with uv
#1525
Conversation
generate-client.sh with uv
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| ```bash | ||
| ./scripts/generate-client.sh | ||
| bash ./scripts/generate-client.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without bash command it fails with bash: ./scripts/generate-client.sh: Permission denied on my machine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fun-fact - if a file has a shebang (#!....) the extension is unnecessary as the kernel will know what to do

Since we use
uvto manage the py package and virtual env, so suggest to useuvto executing client generation for avoiding the packages or python command not found,