Skip to content

Instantly share code, notes, and snippets.

@kevints
Created December 23, 2013 18:32
Show Gist options
  • Save kevints/8102247 to your computer and use it in GitHub Desktop.
Save kevints/8102247 to your computer and use it in GitHub Desktop.
fetch binary mesos egg into local pypi mirror
mkdir -p third_party
pushd third_party
wget -c http://downloads.mesosphere.io/master/ubuntu/12.04/mesos_0.15.0-rc4_amd64.egg -O mesos-0.15.0_rc4-py2.7-linux-x86_64.egg
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment