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
| # The cleanest way is to not use the system python at all (like rbenv for Ruby) | |
| brew install python | |
| pip2 install --upgrade pip setuptools | |
| pip2 install --upgrade python-openstackclient |