aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bazelrc2
-rw-r--r--tools/workspace_status.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bazelrc b/.bazelrc
index 7c71c4a9d0..375beeca4c 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -2,7 +2,7 @@
# https://issues.gerritcodereview.com/issues/303819949
common --noenable_bzlmod
-build --workspace_status_command="python ./tools/workspace_status.py"
+build --workspace_status_command="python3 ./tools/workspace_status.py"
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
build --incompatible_strict_action_env
build --action_env=PATH
diff --git a/tools/workspace_status.py b/tools/workspace_status.py
index ca9e0a98c9..1186a4a77a 100644
--- a/tools/workspace_status.py
+++ b/tools/workspace_status.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (C) 2020, David Ostrovsky <david@ostrovsky.org> and others
#
# This program and the accompanying materials are made available under the