Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Use system-wide python to run desktop check scripts
Browse files Browse the repository at this point in the history
Change-Id: Ideeb546005f4b7b3ed8ee8125f7a9ec2d841703e
  • Loading branch information
Peter Malkin committed Feb 21, 2018
1 parent 19826bb commit ca8965b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shortcuts/check_audio.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion shortcuts/check_cloud.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca8965b

Please sign in to comment.