You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With AC-195, macOS environments no longer need to search for other
Python 3 deployments that might have `virtualenv`.
References:
* [AC-195] Use Python venv instead of virtualenv to build virtual
environments for CI
Signed-off-by: Alex Nelson <[email protected]>
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
SHELL := /bin/bash
15
15
16
-
PYTHON3 ?= $(shell which python3.9 2>/dev/null || which python3.8 2>/dev/null || which python3.7 2>/dev/null || which python3.6 2>/dev/null || which python3)
Copy file name to clipboardExpand all lines: tests/Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ SHELL := /bin/bash
15
15
16
16
top_srcdir := $(shell cd .. ; pwd)
17
17
18
-
PYTHON3 ?= $(shell which python3.9 2>/dev/null || which python3.8 2>/dev/null || which python3.7 2>/dev/null || which python3.6 2>/dev/null || which python3)
0 commit comments