From 21ed72b5a219c7d3d4cc87afa61410aff56f30a7 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 7 Nov 2019 15:20:40 -0800 Subject: devtese: Change default Python interpreter to 3 Usually, devtest is run via make (or ninja), and will use the correct Python interpreter. When running directly on the command line, it is important to pick the right Python interpreter so it will work with the Python API. Here, we change the default interpreter from Python 2 to 3, because that's the more common version, and will be the only option for upcoming UHD 4.0 anyway. --- host/tests/devtest/usrp_probe_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/tests/devtest/usrp_probe_test.py') diff --git a/host/tests/devtest/usrp_probe_test.py b/host/tests/devtest/usrp_probe_test.py index 73592b755..c1f50a7cb 100755 --- a/host/tests/devtest/usrp_probe_test.py +++ b/host/tests/devtest/usrp_probe_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2015 Ettus Research LLC # Copyright 2018 Ettus Research, a National Instruments Company -- cgit v1.2.3