From 0b5e1d174cb4ce93ec6d0ce3b37a3ad196159344 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 7 Nov 2015 13:26:14 +0300 Subject: [PATCH] Unbreak artiq_flash.sh. --- artiq/frontend/artiq_flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_flash.sh b/artiq/frontend/artiq_flash.sh index 4443c54b6..f74f8910f 100755 --- a/artiq/frontend/artiq_flash.sh +++ b/artiq/frontend/artiq_flash.sh @@ -13,7 +13,7 @@ def run(script): run(""" set -e -ARTIQ_PREFIX=$(python3 -c "import artiq; print(artiq.__path__[0])") +ARTIQ_PREFIX=$(python3.5 -c "import artiq; print(artiq.__path__[0])") # Default is kc705 BOARD=kc705