Editing the file:
Mining-the-Social-Web-2nd-Edition/deploy/cookbooks/python/attributes/default.rb
on your machine and changing the line:
default['python']['pip_script_url'] = 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py'
to:
default['python']['pip_script_url'] = 'https://bootstrap.pypa.io/get-pip.py'
should fix the problem.
More,
More,
Google Code is now in archive mode, so the direct link to
layercake-python.tar.bz2
no longer works. To work around the issue:- Download the fuxi source archive from https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/fuxi/source-archive.zip
- Extract the file
fuxi/layercake-python.tar.bz2
and place it in the top-level directory that contains yourVagrantfile
. - In
deploy/cookbooks/mtsw2e/recipes/default.rb
change the line"https://fuxi.googlecode.com/hg/layercake-python.tar.bz2",
to:
"/vagrant/layercake-python.tar.bz2"
No comments:
Post a Comment