From 0325f8f5a407424531006bd1a3d2f8ca7e3975b0 Mon Sep 17 00:00:00 2001 From: David Lobato Date: Mon, 23 Sep 2024 11:27:13 +0100 Subject: [PATCH] Replace interpreter with arista-python interpreter --- client/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/bootstrap b/client/bootstrap index e4525bf..1f524b7 100755 --- a/client/bootstrap +++ b/client/bootstrap @@ -40,7 +40,7 @@ import sys if os.path.exists("/usr/bin/arista-python") and os.path.realpath( sys.executable ) != os.path.realpath("/usr/bin/arista-python"): - os.execl("/usr/bin/python3", "python3", os.path.abspath(__file__)) + os.execl("/usr/bin/arista-python", "arista-python", os.path.abspath(__file__)) import argparse import crypt