From ca8965be17bc103082c5a0109f701a29da83f90f Mon Sep 17 00:00:00 2001 From: Peter Malkin Date: Wed, 21 Feb 2018 11:36:36 -0800 Subject: [PATCH] Use system-wide python to run desktop check scripts Change-Id: Ideeb546005f4b7b3ed8ee8125f7a9ec2d841703e --- shortcuts/check_audio.desktop | 2 +- shortcuts/check_cloud.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shortcuts/check_audio.desktop b/shortcuts/check_audio.desktop index 0ae29807..8c961fc1 100644 --- a/shortcuts/check_audio.desktop +++ b/shortcuts/check_audio.desktop @@ -3,5 +3,5 @@ Encoding=UTF-8 Type=Application Name=Check audio Comment=Check that the voiceHAT audio input and output are both working. -Exec=/home/pi/AIY-projects-python/env/bin/python /home/pi/AIY-projects-python/checkpoints/check_audio.py +Exec=/home/pi/AIY-projects-python/checkpoints/check_audio.py Terminal=true diff --git a/shortcuts/check_cloud.desktop b/shortcuts/check_cloud.desktop index 71f8bd7b..dd9b91d5 100644 --- a/shortcuts/check_cloud.desktop +++ b/shortcuts/check_cloud.desktop @@ -3,5 +3,5 @@ Encoding=UTF-8 Type=Application Name=Check Cloud Comment=Check that the Cloud Speech API can be used. -Exec=/home/pi/AIY-projects-python/env/bin/python /home/pi/AIY-projects-python/checkpoints/check_cloud.py +Exec=/home/pi/AIY-projects-python/checkpoints/check_cloud.py Terminal=true