Skip to content

Simple example setup to debug bazel py_runtime behaviour on Windows

Notifications You must be signed in to change notification settings

pziggo/bazel_py_runtime_win_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bazel python runtime

Using python_top

Execution via starlark action

bazel build --python_top=//tools/python:py3_windows_runtime //:test

Running as target

bazel run --python_top=//tools/python:py3_windows_runtime //tools/generator -- "C:\temp\my_testfile"

Using python toolchain

Requieres bazel >= 0.25.0

Execution via starlark action

bazel build --incompatible_use_python_toolchains //:test

Running as target

bazel run --incompatible_use_python_toolchains //tools/generator -- "C:\temp\my_testfile"

About

Simple example setup to debug bazel py_runtime behaviour on Windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages