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

draft: helper to run an arbitrary interpreter or interpreter from a binary #2359

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rickeylev
Copy link
Contributor

Run a specific interpreter:

  • bazel run @rules_python//tools/run --@rules_python//python/config_settings:python_version=3.12

Run interpreter from a binary:

  • bazel run @rules_python//tools/run --@rules_python//tools/run:bin=//my:binary

Run a specific interpreter:
* `bazel run @rules_python//tools/run --@rules_python//python/config_settings:python_version=3.12`

Run interpreter from a binary:
* `bazel run @rules_python//tools/run --@rules_python//tools/run:bin=//my:binary`
@aignas
Copy link
Collaborator

aignas commented Nov 18, 2024

FYI: @philsc

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