Created
February 6, 2015 22:16
-
-
Save kevints/79141dad0b4c8b40e38c to your computer and use it in GitHub Desktop.
Install aurora client into a virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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