Skip to content

Commit 4467456

Browse files
committed
vStream: change Python executable name: python3.9 -> python3
1 parent b64b3a2 commit 4467456

34 files changed

Lines changed: 34 additions & 34 deletions

File tree

board/Corstone-300/vsi/python/vsi_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

board/Corstone-300/vsi/python/vsi_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

board/Corstone-310/vsi/python/vsi_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

board/Corstone-310/vsi/python/vsi_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

board/Corstone-315/vsi/python/vsi_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

board/Corstone-315/vsi/python/vsi_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

board/Corstone-320/vsi/python/vsi_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

board/Corstone-320/vsi/python/vsi_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

example/FVP_Audio/board/Corstone-300/vsi/python/vsi_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

example/FVP_Audio/board/Corstone-300/vsi/python/vsi_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def init(address, authkey):
262262
if os_name == 'nt':
263263
py_cmd = 'python'
264264
else:
265-
py_cmd = 'python3.9'
265+
py_cmd = 'python3'
266266
cmd = f"{py_cmd} {server_path} "\
267267
f"--ip {address[0]} "\
268268
f"--port {address[1]} "\

0 commit comments

Comments
 (0)