Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Removing sudo from dev_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aatchison authored Dec 28, 2016
1 parent 3748664 commit e3e58d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
source ${VIRTUALENV_ROOT}/bin/activate
cd ${TOP}
easy_install pip==7.1.2 # force version of pip
sudo pip install --upgrade virtualenv
pip install --upgrade virtualenv

# install requirements (except pocketsphinx)
pip2 install -r requirements.txt
Expand Down

0 comments on commit e3e58d3

Please sign in to comment.