HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
537 stars 214 forks source link

sudo ./setup.sh #9

Closed Rimap47 closed 7 years ago

Rimap47 commented 7 years ago

Hello, Im getting the following error while entring sudo ./setup.sh. What im missing ?

pi@raspberrypi:~/AI-Smart-Mirror $ cat setup.sh

!/bin/bash

pip install virtualenv virtualenv hhsmartmirror source ./hhsmartmirror/bin/activate pip install -r requirements.txt pip install --global-option='build_ext' --global-option='-I/usr/local/include' --global-option='-L/usr/local/lib' pyaudio

pi@raspberrypi:~/AI-Smart-Mirror $ sudo ./setup.sh sudo: ./setup.sh: command not found

Rimap47 commented 7 years ago

I had to change the permission of setup.sh file.