Skip to content

Instantly share code, notes, and snippets.

@kevints
Created February 6, 2015 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevints/79141dad0b4c8b40e38c to your computer and use it in GitHub Desktop.
Save kevints/79141dad0b4c8b40e38c to your computer and use it in GitHub Desktop.
Install aurora client into a virtualenv
./pants setup-py --recursive src/main/python/apache/aurora/client:client-packaged
./build-support/virtualenv aurora.venv
source aurora.venv/bin/activate
pip install -f dist --pre apache.aurora.client==0.7.1-SNAPSHOT
aurora --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment