We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8fa5f commit 083797aCopy full SHA for 083797a
etc/vagrant/debian-7-amd64/Vagrantfile
@@ -33,8 +33,8 @@ Vagrant.configure(2) do |config|
33
if ! which aws; then
34
apt-get install -y python2.7
35
curl -O https://bootstrap.pypa.io/get-pip.py
36
- python27 get-pip.py
37
- pip install awscli
+ sudo python2.7 get-pip.py
+ sudo pip install awscli
38
fi
39
SHELL
40
end
etc/vagrant/debian-7-i386/Vagrantfile
@@ -35,8 +35,8 @@ Vagrant.configure(2) do |config|
41
42
0 commit comments