Skip to content

Commit

Permalink
Add missing sudo in VagrantFile. (#2453)
Browse files Browse the repository at this point in the history
  • Loading branch information
xliiv authored and mkurek committed Jun 6, 2016
1 parent aab2597 commit a3ab7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3-pip \
redis-server

pip3 install virtualenv
sudo pip3 install virtualenv
virtualenv .
. bin/activate

Expand Down

0 comments on commit a3ab7e7

Please sign in to comment.