Skip to content

Commit

Permalink
Replace interpreter with arista-python interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
dlobato committed Sep 23, 2024
1 parent 6896da9 commit 0325f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0325f8f

Please sign in to comment.